Skip to content

Commit

Permalink
Change apiVersion field for redis deployment to app/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Igou authored and rooftopcellist committed Feb 1, 2024
1 parent bc6bf42 commit 410d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/redis/templates/redis.deployment.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: v1
apiVersion: apps/v1
kind: Deployment
metadata:
name: "{{ ansible_operator_meta.name }}-redis"
Expand Down

0 comments on commit 410d04d

Please sign in to comment.