Skip to content

Commit

Permalink
Merge pull request #9 from philiplee13/pr-generate
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
philiplee13 authored Apr 8, 2024
2 parents 39d78ed + aedec24 commit 4b9ef4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions basic-deployments/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- deployment.yaml
4 changes: 3 additions & 1 deletion vclusters/argocd/pr-applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ spec:
# tokenRef:
# secretName: github-token
# key: token
labels:
- pr-test
template:
metadata:
name: "pr-demo--{{branch}}--pr-{{number}}"
spec:
source:
repoURL: "https://github.com/philiplee13/k8s-learning.git"
targetRevision: "HEAD"
path: apps/vcluster-generator
path: basic-deployments
helm:
parameters:
- name: cluster_name
Expand Down

0 comments on commit 4b9ef4e

Please sign in to comment.