Skip to content

Commit

Permalink
fix x-namespace secret ref
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Apr 18, 2024
1 parent 58ae864 commit db61f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/deployments/existing-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stringData:
This should be done out of band of git as the values contain sensitive information. A single command to create this is also:
```sh
kubectl create secret generic console-values --from-file=values.yaml=values.secret.yaml -n plrl-console
kubectl create secret generic console-values --from-file=values.yaml=values.secret.yaml -n infra
```

(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)
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
version: 0.3.x # can use floating versions with the .x syntax or pin to specific versions and automate w/ renovate
chart: console
valuesFrom:
namespace: plrl-console
namespace: infra
name: console-values
repository:
namespace: infra
Expand Down

0 comments on commit db61f5b

Please sign in to comment.