Skip to content

Commit

Permalink
Merge branch 'feat/v1.29.2' into feature-prometheus-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored Jul 31, 2024
2 parents f863a40 + 02c22fa commit 94714bf
Show file tree
Hide file tree
Showing 34 changed files with 409 additions and 13,389 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
6 changes: 6 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
6 changes: 6 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
3,973 changes: 0 additions & 3,973 deletions pkg/apis/ekscluster/v1alpha2/private/schema.go

Large diffs are not rendered by default.

3,744 changes: 0 additions & 3,744 deletions pkg/apis/ekscluster/v1alpha2/public/schema.go

Large diffs are not rendered by default.

2,425 changes: 0 additions & 2,425 deletions pkg/apis/kfddistribution/v1alpha2/public/schema.go

Large diffs are not rendered by default.

Loading

0 comments on commit 94714bf

Please sign in to comment.