Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore vcluster-test branch #12

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions deploy/cronjob.yaml → deploy/basic/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
args:
- "-v=3"
- --privateKeyPath=/etc/secret-volume/privatekey.pem
- --appID=284897
- --installationID=33438093
- --secretName=my-app-secret

env:
- name: NAMESPACE
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kustomization.yaml → deploy/basic/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ resources:
- cronjob.yaml
images:
- name: ghcr.io/kingdon-ci/github-app-secret
newName: ghcr.io/kingdon-ci/github-app-secret
newTag: v0.0.3
newName: ghcr.io/fluxcd-community/github-app-secret
newTag: rc-233ff9af
File renamed without changes.
3 changes: 3 additions & 0 deletions deploy/magic/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace: default
resources:
- ../../basic
3 changes: 3 additions & 0 deletions deploy/magic/flux-system/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace: flux-system
resources:
- ../../basic
6 changes: 6 additions & 0 deletions deploy/magic/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resources:
- default
- test
- vcluster
- vcluster-howard-moomboo-stage
- flux-system
3 changes: 3 additions & 0 deletions deploy/magic/test/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace: test
resources:
- ../../basic
3 changes: 3 additions & 0 deletions deploy/magic/vcluster-howard-moomboo-stage/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace: vcluster-howard-moomboo-stage
resources:
- ../../basic
3 changes: 3 additions & 0 deletions deploy/magic/vcluster/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace: vcluster
resources:
- ../../basic