Skip to content

Commit

Permalink
[VDEVOPS-000]: Support for vault ext secrets
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Jun 3, 2024
1 parent f060daa commit 5f679ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stable/deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: deployment
version: 1.8.6
version: 1.8.7
description: Typical microservice chart. Supports Ingress controller, horizontal-scalable containers
type: application
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions stable/deployment/templates/external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- else -}}
secret-{{ $.Values.global.product }}/data/
{{- $.Values.global.environment -}}
/k8s/{{ $.Release.Namespace}}/{{ $value.path }}
/k8s/{{ $value.path }}
{{- end }}
property: {{ default $key $value.secret }}
{{ end -}}
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
{{- else -}}
secret-{{ $.Values.global.product }}/data/
{{- $.Values.global.environment -}}
/k8s/{{ $.Release.Namespace}}/{{ $value.path }}
/k8s/{{ $value.path }}
{{- end }}
property: {{ default $key $value.secret }}
{{ end -}}
Expand Down
2 changes: 1 addition & 1 deletion stable/statefulset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: statefulset
version: 1.8.6
version: 1.8.7
description: Typical StateFul Set application
type: application
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions stable/statefulset/templates/external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- else -}}
secret-{{ $.Values.global.product }}/data/
{{- $.Values.global.environment -}}
/k8s/{{ $.Release.Namespace}}/{{ $value.path }}
/k8s/{{ $value.path }}
{{- end }}
property: {{ default $key $value.secret }}
{{ end -}}
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
{{- else -}}
secret-{{ $.Values.global.product }}/data/
{{- $.Values.global.environment -}}
/k8s/{{ $.Release.Namespace}}/{{ $value.path }}
/k8s/{{ $value.path }}
{{- end }}
property: {{ default $key $value.secret }}
{{ end -}}
Expand Down

0 comments on commit 5f679ce

Please sign in to comment.