Skip to content

Commit

Permalink
Merge pull request #820 from keymanapp/fix/k8s-shared-sites
Browse files Browse the repository at this point in the history
fix: Add k8s step to pull shared-sites repo 🦭
  • Loading branch information
darcywong00 authored Oct 16, 2023
2 parents 975d2f1 + 4f05482 commit 224acd6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/kubectl/help-kubectl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ spec:
- name: help-site-app
mountPath: /mnt

# Do after init-site-vendoring to allow for configuring dependencies
- name: configure-site
image: k8s.gcr.io/git-sync/git-sync:v3.6.2
securityContext:
runAsUser: 0
runAsGroup: 33
command: ['sh', '-c', './build.sh configure']
volumeMounts:
- name: help-site-app
mountPath: /mnt

volumes:
- name: help-site-app
persistentVolumeClaim:
Expand Down

0 comments on commit 224acd6

Please sign in to comment.