diff --git a/src/dev-secrets/zarf.yaml b/src/dev-secrets/zarf.yaml index 88776f01..2333ffbf 100644 --- a/src/dev-secrets/zarf.yaml +++ b/src/dev-secrets/zarf.yaml @@ -11,7 +11,7 @@ components: actions: onDeploy: before: - - cmd: kubectl get secret -n dev-minio minio --template='{{ index .data "rootPassword" }}' | base64 -d + - cmd: ./zarf tools kubectl get secret -n dev-minio minio --template='{{ index .data "rootPassword" }}' | base64 -d mute: true setVariables: - name: SECRET_KEY @@ -32,7 +32,7 @@ components: actions: onDeploy: before: - - cmd: kubectl get secret -n dev-redis redis --template='{{ index .data "redis-password" }}' | base64 -d + - cmd: ./zarf tools kubectl get secret -n dev-redis redis --template='{{ index .data "redis-password" }}' | base64 -d mute: true setVariables: - name: REDIS_PASSWORD