Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1169 from alphagov/eks-1.16-upgrade-sealed-secret…
Browse files Browse the repository at this point in the history
…s-controller

sealed secrets controller: Use apps/v1 instead of apps/v1beta1
  • Loading branch information
Krenair authored Aug 5, 2020
2 parents 4d77ded + b45e81e commit f6b1122
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ kind: ServiceAccount
metadata:
name: {{ .Release.Name }}-sealed-secrets-controller
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-sealed-secrets-controller
spec:
selector:
matchLabels:
name: {{ .Release.Name }}-sealed-secrets-controller
template:
metadata:
labels:
Expand Down

0 comments on commit f6b1122

Please sign in to comment.