Skip to content

Commit

Permalink
Merge branch 'feat/v1.29.2' into feature-logging-customOutputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored Jul 31, 2024
2 parents be22e2d + 6c41064 commit 7ffdedd
Show file tree
Hide file tree
Showing 53 changed files with 1,516 additions and 32,298 deletions.
6 changes: 6 additions & 0 deletions defaults/ekscluster-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand Down Expand Up @@ -163,6 +167,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
11 changes: 11 additions & 0 deletions defaults/kfddistribution-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand Down Expand Up @@ -156,6 +160,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down Expand Up @@ -190,6 +196,11 @@ data:
overrides:
nodeSelector: null
tolerations: null
ingresses:
hubble:
disableAuth: false
host: ""
ingressClass: ""
# policy module configuration
policy:
overrides:
Expand Down
11 changes: 11 additions & 0 deletions defaults/onpremises-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand Down Expand Up @@ -156,6 +160,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down Expand Up @@ -190,6 +196,11 @@ data:
overrides:
nodeSelector: null
tolerations: null
ingresses:
hubble:
disableAuth: false
host: ""
ingressClass: ""
# policy module configuration
policy:
overrides:
Expand Down
Loading

0 comments on commit 7ffdedd

Please sign in to comment.