Skip to content

Commit

Permalink
fix supservisor templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 5, 2024
1 parent a372845 commit 3ca24a0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ patches:
- target:
kind: ClusterClass
path: ./patch-test-extension.yaml
- target:
kind: ClusterClass
path: ./name.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /metadata/name
value: quick-start-runtimesdk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/topology/class
value: ${CLUSTER_CLASS_NAME}-runtimesdk
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../topology
patches:
- target:
kind: Cluster
path: ./clusterclass.yaml

0 comments on commit 3ca24a0

Please sign in to comment.