Merge branch 'master' into dotenv
This commit is contained in:
commit
280c8577a4
|
@ -63,9 +63,9 @@ steps:
|
||||||
drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences:
|
drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences:
|
||||||
|
|
||||||
* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/).
|
* You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/).
|
||||||
|
* EKS is not supported. See [#5](https://github.com/pelotech/drone-helm3/issues/5) for more information.
|
||||||
* The `prefix` setting is no longer supported. If you were relying on the `prefix` setting with `secrets: [...]`, you'll need to switch to the `from_secret` syntax.
|
* The `prefix` setting is no longer supported. If you were relying on the `prefix` setting with `secrets: [...]`, you'll need to switch to the `from_secret` syntax.
|
||||||
* Several settings no longer have any effect. The plugin will produce warnings if any of these are present:
|
* Several settings no longer have any effect. The plugin will produce warnings if any of these are present:
|
||||||
|
|
||||||
* `purge` -- this is the default behavior in Helm 3
|
* `purge` -- this is the default behavior in Helm 3
|
||||||
* `recreate_pods`
|
* `recreate_pods`
|
||||||
* `tiller_ns`
|
* `tiller_ns`
|
||||||
|
|
|
@ -24,16 +24,4 @@ users:
|
||||||
user:
|
user:
|
||||||
{{- if .Token }}
|
{{- if .Token }}
|
||||||
token: {{ .Token }}
|
token: {{ .Token }}
|
||||||
{{- else if .EKSCluster }}
|
|
||||||
exec:
|
|
||||||
apiVersion: client.authentication.k8s.io/v1alpha1
|
|
||||||
command: aws-iam-authenticator
|
|
||||||
args:
|
|
||||||
- "token"
|
|
||||||
- "-i"
|
|
||||||
- "{{ .EKSCluster }}"
|
|
||||||
{{- if .EKSRoleARN }}
|
|
||||||
- "-r"
|
|
||||||
- "{{ .EKSRoleARN }}"
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue