Merge pull request 'prevent-staging-leak' (#24) from prevent-staging-leak into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #24
This commit is contained in:
Aaron Riedel 2024-02-02 11:48:01 +01:00
commit bf29b08564
2 changed files with 9 additions and 3 deletions

View file

@ -22,12 +22,16 @@ steps:
image: aaronriedel/kustomize-ci image: aaronriedel/kustomize-ci
commands: commands:
- cd /deployment-repo - cd /deployment-repo
- git clone https://git.ar21.de/yolokube/core-deployments.git .
- cd /staging-repo
- git clone -b $DRONE_BRANCH https://git.ar21.de/yolokube/core-deployments.git . - git clone -b $DRONE_BRANCH https://git.ar21.de/yolokube/core-deployments.git .
- cd /deployment-repo/dashboard/overlays/staging - cd /staging-repo/dashboard/overlays/staging
- kustomize build -o /deployment-repo/dashboard/staging/dashboard.yaml - kustomize build -o /deployment-repo/dashboard/staging/dashboard.yaml
volumes: volumes:
- name: deployment-repo - name: deployment-repo
path: /deployment-repo path: /deployment-repo
- name: staging-repo
path: /staging-repo
when: when:
branch: branch:
exclude: exclude:
@ -61,7 +65,7 @@ steps:
path: /deployment-repo path: /deployment-repo
force: false force: false
commit: true commit: true
commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} (done automagically via Drone pipeline)" commit_message: "KUSTOMIZE BUILD STAGING: rebuild dashboard deployment with kustomize ${DRONE_BUILD_NUMBER} [CI SKIP]"
ssh_key: ssh_key:
from_secret: GITEA_SSH_KEY from_secret: GITEA_SSH_KEY
volumes: volumes:
@ -76,6 +80,8 @@ steps:
volumes: volumes:
- name: deployment-repo - name: deployment-repo
temp: {} temp: {}
- name: staging-repo
temp: {}
when: when:
event: event:
exclude: exclude:

View file

@ -30,7 +30,7 @@ spec:
httpGet: httpGet:
path: / path: /
port: 8080 port: 8080
initialDelaySeconds: 3 initialDelaySeconds: 4
periodSeconds: 3 periodSeconds: 3
--- ---
apiVersion: v1 apiVersion: v1