Skip to content

Commit

Permalink
Fix #13 - update kustomize overlay for accesskey overlay to ref apps/…
Browse files Browse the repository at this point in the history
…v1 instead of apps/v1beta2 (#14)
  • Loading branch information
eterna2 authored Jun 16, 2020
1 parent 17a9a05 commit bc0e5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/overlay/accesskey/aws-configurations-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
}
}
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: ml-pipeline-ui
Expand All @@ -48,7 +48,7 @@ spec:
name: $(awsSecretName)
key: $(awsSecretKeySecretKey)
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: ml-pipeline
Expand Down

0 comments on commit bc0e5ab

Please sign in to comment.