Skip to content

Commit

Permalink
chore(examples): fix kubernetes-module example on k8s 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jan 18, 2021
1 parent bc3401e commit 4cee1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes-module/postgres/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ manifests:
release: "postgres"
role: master
- # Source: postgresql/templates/statefulset.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: postgres
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes-module/redis/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ spec:

---
# Source: redis/templates/redis-master-statefulset.yaml
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: redis-master
Expand Down

0 comments on commit 4cee1a8

Please sign in to comment.