Skip to content

Commit

Permalink
Update for kustomize v2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Goodness <[email protected]>
  • Loading branch information
Michael Goodness committed Feb 6, 2019
1 parent 67c3633 commit e7fe6a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- daemonset.yaml
- rbac.yaml
7 changes: 5 additions & 2 deletions kustomize/overlays/psp_calico/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- github.com/jtblin/kube2iam//kustomize/base

commonLabels:
app.kubernetes.io/name: kube2iam

imageTags:
images:
- name: jtblin/kube2iam
newTag: 0.10.6

namespace: kube2iam

patches:
patchesStrategicMerge:
- daemonset.yaml

resources:
Expand Down

0 comments on commit e7fe6a9

Please sign in to comment.