Skip to content

Commit bc0e5ab

Browse files
authored
Fix #13 - update kustomize overlay for accesskey overlay to ref apps/v1 instead of apps/v1beta2 (#14)
1 parent 17a9a05 commit bc0e5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipelines/overlay/accesskey/aws-configurations-patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data:
2727
}
2828
}
2929
---
30-
apiVersion: apps/v1beta2
30+
apiVersion: apps/v1
3131
kind: Deployment
3232
metadata:
3333
name: ml-pipeline-ui
@@ -48,7 +48,7 @@ spec:
4848
name: $(awsSecretName)
4949
key: $(awsSecretKeySecretKey)
5050
---
51-
apiVersion: apps/v1beta2
51+
apiVersion: apps/v1
5252
kind: Deployment
5353
metadata:
5454
name: ml-pipeline

0 commit comments

Comments
 (0)