Skip to content

Commit 122e8da

Browse files
feature/dep231: Revised Vault property keys to match new naming conventions. (#2804)
1 parent 51f595e commit 122e8da

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

openshift/analytics-api/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ spec:
5050
export {{ $k }}='{{ $v }}'
5151
{{- end }}
5252
{{- end }}` }}
53-
vault.hashicorp.com/agent-inject-secret-engagement-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
54-
vault.hashicorp.com/agent-inject-template-engagement-jwt-oidc: |
53+
vault.hashicorp.com/agent-inject-secret-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
54+
vault.hashicorp.com/agent-inject-template-jwt-oidc: |
5555
{{ `{{- with secret ` }}"{{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc"{{ ` }}
5656
{{- range $k, $v := .Data.data }}
5757
export {{ $k }}='{{ $v }}'

openshift/api/templates/deployment-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747
export {{ $k }}='{{ $v }}'
4848
{{- end }}
4949
{{- end }}` }}
50-
vault.hashicorp.com/agent-inject-secret-engagement-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
51-
vault.hashicorp.com/agent-inject-template-engagement-jwt-oidc: |
50+
vault.hashicorp.com/agent-inject-secret-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
51+
vault.hashicorp.com/agent-inject-template-jwt-oidc: |
5252
{{ `{{- with secret ` }}"{{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc"{{ ` }}
5353
{{- range $k, $v := .Data.data }}
5454
export {{ $k }}='{{ $v }}'

openshift/api/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ spec:
5656
export {{ $k }}='{{ $v }}'
5757
{{- end }}
5858
{{- end }}` }}
59-
vault.hashicorp.com/agent-inject-secret-engagement-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
60-
vault.hashicorp.com/agent-inject-template-engagement-jwt-oidc: |
59+
vault.hashicorp.com/agent-inject-secret-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
60+
vault.hashicorp.com/agent-inject-template-jwt-oidc: |
6161
{{ `{{- with secret ` }}"{{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc"{{ ` }}
6262
{{- range $k, $v := .Data.data }}
6363
export {{ $k }}='{{ $v }}'

openshift/notify/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
export {{ $k }}='{{ $v }}'
4949
{{- end }}
5050
{{- end }}` }}
51-
vault.hashicorp.com/agent-inject-secret-engagement-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
52-
vault.hashicorp.com/agent-inject-template-engagement-jwt-oidc: |
51+
vault.hashicorp.com/agent-inject-secret-jwt-oidc: {{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc
52+
vault.hashicorp.com/agent-inject-template-jwt-oidc: |
5353
{{ `{{- with secret ` }}"{{ .Values.vault.engine }}{{ .Values.vault.path }}/jwt-oidc"{{ ` }}
5454
{{- range $k, $v := .Data.data }}
5555
{{- if eq $k "ENGAGEMENT_ADMIN_CLIENT_ID" }}

0 commit comments

Comments
 (0)