We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df69606 commit 250354cCopy full SHA for 250354c
1 file changed
README.md
@@ -125,7 +125,7 @@ kubectl create namespace external-secrets
125
126
eval $(op signin)
127
128
-export OP_CREDENTIALS=$(op read op://homelabproxmox/1passwordconnect/1password-credentials.json | base64 | tr -d '\n')
+export OP_CREDENTIALS=$(op read op://homelabproxmox/1passwordconnect/1password-credentials.json)
129
export OP_CONNECT_TOKEN=$(op read 'op://homelabproxmox/1password-operator-token/credential')
130
131
kubectl create secret generic 1password-credentials \
0 commit comments