Suppress secrets
This commit is contained in:
parent
a18a58085d
commit
7e7cd9f524
@ -24,7 +24,7 @@ steps:
|
||||
commands:
|
||||
- mkdir $HOME/.kube
|
||||
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
|
||||
- helmfile -e badhouseplants diff
|
||||
- helmfile -e badhouseplants diff --suppress-secrets
|
||||
|
||||
- name: Diff eterosoft
|
||||
image: ghcr.io/helmfile/helmfile:canary
|
||||
@ -36,7 +36,7 @@ steps:
|
||||
commands:
|
||||
- mkdir $HOME/.kube
|
||||
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
|
||||
- helmfile -e etersoft diff
|
||||
- helmfile -e etersoft diff --suppress-secrets
|
||||
|
||||
---
|
||||
# ----------------------------------------------
|
||||
@ -63,7 +63,7 @@ steps:
|
||||
commands:
|
||||
- mkdir $HOME/.kube
|
||||
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
|
||||
- helmfile -e badhouseplants apply
|
||||
- helmfile -e badhouseplants apply --suppress-secrets
|
||||
|
||||
- name: Apply eterosoft
|
||||
image: ghcr.io/helmfile/helmfile:canary
|
||||
@ -75,5 +75,5 @@ steps:
|
||||
commands:
|
||||
- mkdir $HOME/.kube
|
||||
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
|
||||
- helmfile -e etersoft apply
|
||||
- helmfile -e etersoft apply --suppress-secrets
|
||||
|
||||
|
Reference in New Issue
Block a user