We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5972617 + 2e4b3e4 commit 7104d57Copy full SHA for 7104d57
examples/standard/kustomization.yaml
@@ -0,0 +1,10 @@
1
+apiVersion: kustomize.config.k8s.io/v1beta1
2
+kind: Kustomization
3
+namespace: kube-system
4
+
5
+resources:
6
+- cluster-role.yaml
7
+- cluster-role-binding.yaml
8
+- service-account.yaml
9
+- deployment.yaml
10
+- service.yaml
0 commit comments