File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ if [ "$receiver" = 'slack' ]; then
20
20
else
21
21
key=" lowPrio"
22
22
fi
23
+ set -x
23
24
readonly webhook=$( echo " $values " | yq r - " alerts.$receiver .$key " )
24
25
25
26
function template_drone_config() {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function show_usage() {
73
73
bootstrap bootstrap values repo with artifacts corresponding to the target cluster's stack version
74
74
check-policies check if generated manifests adhere to defined OPA policies (takes helmfile options)
75
75
commit execute wrapper for encrypt -> generate pipelines -> git commit changed files
76
- configure Configure otomi settings (stored in $ENV_DIR /otomi.cfg). Currently has only one option: ` -c | --cluster` (to set target cluster).
76
+ configure Configure otomi settings (stored in $ENV_DIR /otomi.cfg). Currently has only one option: $( -c | --cluster) (to set target cluster).
77
77
console start Otomi Console (add any arg to quit) on http://127.0.0.1:3000 (licensed, so pull secret required for api)
78
78
decrypt decrypts file(s) given as arguments (relative to env folder), or all env/*.secrets.yaml to env/*.secrets.yaml.dec files
79
79
deploy execute otomi-core deploy script
@@ -330,6 +330,7 @@ function execute() {
330
330
;;
331
331
gen-drone)
332
332
evaluate_secrets
333
+ validate_cluster_env
333
334
drun bin/gen-drone.sh
334
335
;;
335
336
hf)
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ services:
94
94
ownHost : true
95
95
isShared : true
96
96
port : 3000
97
+ hide : true
97
98
- name : notary
98
99
svc : harbor-harbor-notary-server
99
100
port : 4443
@@ -182,8 +183,8 @@ services:
182
183
ownHost : true
183
184
logo :
184
185
name : vault
185
- path : ' ui/vault/auth?with=oidc'
186
186
isShared : true
187
+ path : ' ui/vault/auth?with=oidc'
187
188
- name : kubeapps
188
189
svc : kubeapps
189
190
namespace : kubeapps
You can’t perform that action at this time.
0 commit comments