Skip to content

Commit

Permalink
Merge pull request #33 from tibers/master
Browse files Browse the repository at this point in the history
fix helm chart for K8s 1.16+
  • Loading branch information
sgnn7 authored Dec 20, 2019
2 parents c124a87 + 86662ad commit 1ba8d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conjur-oss/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "conjur-oss.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion conjur-oss/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- port: 5432
selector: *AppPostgresServiceLabels
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-postgres
Expand Down

0 comments on commit 1ba8d50

Please sign in to comment.