Add a network-base for workload

This commit is contained in:
2024-05-09 11:40:36 +02:00
parent c07bfd80e5
commit 8eebe405b7
13 changed files with 148 additions and 1 deletions

View File

@ -21,6 +21,10 @@ spec:
--namespace "$(params.namespace)" -o yaml \
| yq '.data.value' \
| base64 -d > /tmp/outputs/config
kubectl get configmap "$(params.environment)"-provider-outputs \
--namespace "$(params.namespace)" -o yaml \
| yq '.data."provider_outputs.yaml"' > /tmp/outputs/provider_outputs.yaml
chmod 0600 /tmp/outputs/config
- name: annonate-an-env-cm-installing
image: alpine/k8s:1.29.2