Skip to content

Commit c41ee7a

Browse files
committed
fix secrets.yaml
1 parent b62d99c commit c41ee7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/integrate-kubernetes-deployment-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ metadata:
167167
name: mysecret
168168
type: Opaque
169169
data:
170-
password: {{ .Values.secrets.password }}
170+
password: {{ .Values.secrets.password | b64enc }}
171171
```
172172
173173
Finally, update the *values.yaml* file with the following content to optionally provide default values of the configuration settings and secrets that referenced in the *deployment.yaml* and *secrets.yaml* files. Their actual values will be overwritten by configuration pulled from App Configuration.

0 commit comments

Comments
 (0)