File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
.werft/jobs/build/installer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -172,12 +172,14 @@ EOF`);
172172 }
173173
174174 private configureStripeApiKeys ( slice : string ) {
175+ exec ( `echo copying stripe-api-keys secret to preview environment...` ) ;
175176 exec (
176177 `kubectl --kubeconfig ${ CORE_DEV_KUBECONFIG_PATH } -n werft get secret stripe-api-keys -o yaml > stripe-api-keys.secret.yaml` ,
177178 ) ;
178179 exec ( `yq w -i stripe-api-keys.secret.yaml metadata.namespace "default"` ) ;
179180 exec ( `kubectl --kubeconfig "${ this . options . kubeconfigPath } " apply -f stripe-api-keys.secret.yaml` ) ;
180181 exec ( `rm -f stripe-api-keys.secret.yaml` ) ;
182+ exec ( `echo copied stripe-api-keys secret to preview environment...` ) ;
181183 }
182184
183185 // auth-provider-secret.yml is a file generated by this job by reading a secret from core-dev cluster
You can’t perform that action at this time.
0 commit comments