-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathopenfga.yaml
More file actions
40 lines (39 loc) · 958 Bytes
/
openfga.yaml
File metadata and controls
40 lines (39 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: openfga
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: production
source:
chart: openfga
repoURL: https://openfga.github.io/helm-charts
targetRevision: "0.1.39"
helm:
releaseName: openfga
parameters:
- name: ingress.enabled
value: "true"
- name: ingress.className
value: CLASS_NAME
- name: ingress.hosts[0].host
value: HOST
- name: ingress.hosts[0].paths[0].path
value: "/"
- name: ingress.hosts[0].paths[0].pathType
value: ImplementationSpecific
- name: replicaCount
value: "1"
destination:
server: https://kubernetes.default.svc
namespace: openfga
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true
syncOptions:
- CreateNamespace=true