Skip to content

Commit

Permalink
fix(config): use cspo-cluster-stack-variables
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schoone <[email protected]>
  • Loading branch information
jschoone committed Aug 30, 2024
1 parent 873ead9 commit 807a9db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ spec:
- name: OCI_REGISTRY
valueFrom:
secretKeyRef:
name: cso-cluster-stack-variables
name: cspo-cluster-stack-variables
key: oci-registry
- name: OCI_REPOSITORY
valueFrom:
secretKeyRef:
name: cso-cluster-stack-variables
name: cspo-cluster-stack-variables
key: oci-repository
- name: OCI_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: cso-cluster-stack-variables
name: cspo-cluster-stack-variables
key: oci-access-token
image: controller:latest
name: manager
Expand Down

0 comments on commit 807a9db

Please sign in to comment.