Skip to content

Commit

Permalink
Updated certmanager.io/v1
Browse files Browse the repository at this point in the history
Update apiVersion
  • Loading branch information
rnaveiras committed Nov 14, 2021
1 parent 5d175bd commit cdf6c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/base/cert-manager/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: webhooks
Expand Down
2 changes: 1 addition & 1 deletion config/base/managers/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ subjects:
- kind: ServiceAccount
name: vault-manager
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: vault-manager
Expand Down
2 changes: 1 addition & 1 deletion config/base/managers/workloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ subjects:
- kind: ServiceAccount
name: workloads-manager
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: workloads-manager
Expand Down

0 comments on commit cdf6c0d

Please sign in to comment.