Skip to content

Commit

Permalink
modify manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskery committed Oct 8, 2023
1 parent 09cb2c9 commit 2546311
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by manifests/default
Expand Down
2 changes: 2 additions & 0 deletions manifests/prometheus/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- monitor.yaml
2 changes: 2 additions & 0 deletions manifests/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# All RBAC will be applied under this service account in
# the deployment namespace. You may comment out this resource
Expand Down
2 changes: 2 additions & 0 deletions manifests/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
## Append samples of your project ##
resources:
- slurm-centos.yaml
Expand Down

0 comments on commit 2546311

Please sign in to comment.