mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:17:35 +00:00
docs: fix email writesecret command (#1713)
* docs: fix email writesecret command * docs: gitops
This commit is contained in:
@@ -31,7 +31,7 @@ zitadelctl writesecret zitadel.twilioauthtoken.existing --value $TWILIO_AUTH_TOK
|
||||
|
||||
# Write your email relays app key so that ZITADEL is able to verify your users email addresses
|
||||
EMAIL_APP_KEY=<My email relays app key>
|
||||
zitadelctl writesecret zitadel.twilioauthtoken.existing --value $EMAIL_APP_KEY
|
||||
zitadelctl writesecret zitadel.emailappkey.existing --value $EMAIL_APP_KEY
|
||||
|
||||
# Enjoy watching the zitadel pods becoming ready
|
||||
watch "kubectl --namespace caos-zitadel get pods"
|
||||
|
@@ -28,7 +28,7 @@ zitadelctl --gitops writesecret zitadel.twilioauthtoken.encrypted --value $TWILI
|
||||
|
||||
# Write your email relays app key so that ZITADEL is able to verify your users email addresses
|
||||
EMAIL_APP_KEY=<My email relays app key>
|
||||
zitadelctl --gitops writesecret zitadel.twilioauthtoken.encrypted --value $EMAIL_APP_KEY
|
||||
zitadelctl --gitops writesecret zitadel.emailappkey.encrypted --value $EMAIL_APP_KEY
|
||||
|
||||
# Deploy the operators to the current-context of your ~/.kube/config file
|
||||
zitadelctl --gitops takeoff
|
||||
|
Reference in New Issue
Block a user