plane secret patcher
This commit is contained in:
@@ -31,9 +31,9 @@ spec:
|
|||||||
]'
|
]'
|
||||||
|
|
||||||
# Patch plane-doc-store-secrets - füge Region hinzu
|
# Patch plane-doc-store-secrets - füge Region hinzu
|
||||||
kubectl patch secret plane-doc-store-secrets -n plane --type='json' -p='[
|
# kubectl patch secret plane-doc-store-secrets -n plane --type='json' -p='[
|
||||||
{"op": "replace", "path": "/data/AWS_REGION", "value": "'$(echo -n "eu-central-1" | base64)'"}
|
# {"op": "replace", "path": "/data/AWS_REGION", "value": "'$(echo -n "eu-central-1" | base64)'"}
|
||||||
]'
|
# ]'
|
||||||
|
|
||||||
echo "Secrets patched successfully"
|
echo "Secrets patched successfully"
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user