Skip to content

Commit

Permalink
update: name to align with other repo
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 11, 2023
1 parent ea35484 commit 64064eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# url: https://kubernetes.default.svc
# values:
# name: operator-sealed-secrets
# path: components/operators/sealed-secrets/operator/overlays/default
# path: components/operators/sealed-secrets-operator/operator/overlays/default
- cluster: local
url: https://kubernetes.default.svc
values:
Expand Down
2 changes: 1 addition & 1 deletion scripts/library/sealed_secrets.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SEALED_SECRETS_FOLDER="${GIT_ROOT}/components/operators/sealed-secrets/operator/overlays/default"
SEALED_SECRETS_FOLDER="${GIT_ROOT}/components/operators/sealed-secrets-operator/operator/overlays/default"
SEALED_SECRETS_SECRET="${GIT_ROOT}/bootstrap/sealed-secrets-secret.yaml"

sealed_secret_create(){
Expand Down

0 comments on commit 64064eb

Please sign in to comment.