File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
dev/preview/workflow/preview Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -377,6 +377,17 @@ yq d -i stripe-api-keys.secret.yaml metadata.resourceVersion
377
377
diff-apply " ${PREVIEW_K3S_KUBE_CONTEXT} " stripe-api-keys.secret.yaml
378
378
rm -f stripe-api-keys.secret.yaml
379
379
380
+ #
381
+ # configureLinkedIn
382
+ #
383
+ kubectl --kubeconfig " ${DEV_KUBE_PATH} " --context " ${DEV_KUBE_CONTEXT} " -n werft get secret linked-in -o yaml > linked-in.secret.yaml
384
+ yq w -i linked-in.secret.yaml metadata.namespace " default"
385
+ yq d -i linked-in.secret.yaml metadata.creationTimestamp
386
+ yq d -i linked-in.secret.yaml metadata.uid
387
+ yq d -i linked-in.secret.yaml metadata.resourceVersion
388
+ diff-apply " ${PREVIEW_K3S_KUBE_CONTEXT} " linked-in.secret.yaml
389
+ rm -f linked-in.secret.yaml
390
+
380
391
#
381
392
# configureSSHGateway
382
393
#
You can’t perform that action at this time.
0 commit comments