Skip to content

Commit fa9057a

Browse files
committed
fix typo
1 parent dbb7219 commit fa9057a

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
@@ -170,7 +170,7 @@ data:
170170
password: {{ .Values.secrets.password }}
171171
```
172172
173-
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 the App Configuration.
173+
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.
174174
175175
```yaml
176176
# settings will be overwritten by App Configuration

0 commit comments

Comments
 (0)