Skip to content

Commit 9bd1148

Browse files
fix: gvks
1 parent 666ad25 commit 9bd1148

File tree

1 file changed

+2
-2
lines changed
  • argo/cluster/misc/authelia/chart/templates

1 file changed

+2
-2
lines changed

argo/cluster/misc/authelia/chart/templates/db.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
name: mariadb
88
namespace: databases
99
---
10-
apiVersion: k8s.mariadb.com
10+
apiVersion: k8s.mariadb.com/v1alpha1
1111
kind: User
1212
metadata:
1313
name: authelia
@@ -23,7 +23,7 @@ spec:
2323
name: mariadb
2424
namespace: databases
2525
---
26-
apiVersion: k8s.mariadb.com
26+
apiVersion: k8s.mariadb.com/v1alpha1
2727
kind: Grant
2828
metadata:
2929
name: authlia-grant

0 commit comments

Comments
 (0)