File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ stringData:
6969This should be done out of band of git as the values contain sensitive information. A single command to create this is also:
7070
7171` ` ` sh
72- kubectl create secret generic console-values --from-file=values.yaml=values.secret.yaml -n plrl-console
72+ kubectl create secret generic console-values --from-file=values.yaml=values.secret.yaml -n infra
7373```
7474
7575(you'll want to run this in the same directory as your ` values.secret.yaml ` file, otherwise specify it's relative path in the ` --from-file ` flag)
@@ -106,7 +106,7 @@ spec:
106106 version : 0.3.x # can use floating versions with the .x syntax or pin to specific versions and automate w/ renovate
107107 chart : console
108108 valuesFrom :
109- namespace : plrl-console
109+ namespace : infra
110110 name : console-values
111111 repository :
112112 namespace : infra
You can’t perform that action at this time.
0 commit comments