Skip to content

Commit 1ed1611

Browse files
committed
fix: resolve build failures and update helm test templates
Signed-off-by: zyzzmohit <mohitray949@gmail.com>
1 parent 5c039e2 commit 1ed1611

File tree

736 files changed

+82327
-23005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

736 files changed

+82327
-23005
lines changed

charts/headlamp/tests/expected_templates/azure-oidc-with-validators.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ spec:
128128
- "-oidc-validator-client-id=$(OIDC_VALIDATOR_CLIENT_ID)"
129129
# Check if validatorIssuerURL is non empty either from env or oidc.config
130130
- "-oidc-validator-idp-issuer-url=$(OIDC_VALIDATOR_ISSUER_URL)"
131+
- "-filters-warnings-only=true"
131132
ports:
132133
- name: http
133134
containerPort: 4466

charts/headlamp/tests/expected_templates/default.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ spec:
113113
- "-in-cluster-context-name=main"
114114
- "-plugins-dir=/headlamp/plugins"
115115
# Check if externalSecret is disabled
116+
- "-filters-warnings-only=true"
116117
ports:
117118
- name: http
118119
containerPort: 4466

charts/headlamp/tests/expected_templates/extra-args.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ spec:
113113
- "-in-cluster-context-name=main"
114114
- "-plugins-dir=/headlamp/plugins"
115115
# Check if externalSecret is disabled
116+
- "-filters-warnings-only=true"
116117
- -insecure-ssl
117118
ports:
118119
- name: http

charts/headlamp/tests/expected_templates/extra-manifests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ spec:
130130
- "-in-cluster-context-name=main"
131131
- "-plugins-dir=/headlamp/plugins"
132132
# Check if externalSecret is disabled
133+
- "-filters-warnings-only=true"
133134
ports:
134135
- name: http
135136
containerPort: 4466

charts/headlamp/tests/expected_templates/host-users-override.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ spec:
113113
- "-in-cluster-context-name=main"
114114
- "-plugins-dir=/headlamp/plugins"
115115
# Check if externalSecret is disabled
116+
- "-filters-warnings-only=true"
116117
ports:
117118
- name: http
118119
containerPort: 4466

charts/headlamp/tests/expected_templates/httproute-enabled.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ spec:
113113
- "-in-cluster-context-name=main"
114114
- "-plugins-dir=/headlamp/plugins"
115115
# Check if externalSecret is disabled
116+
- "-filters-warnings-only=true"
116117
ports:
117118
- name: http
118119
containerPort: 4466

charts/headlamp/tests/expected_templates/me-user-info-url-directly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ spec:
116116
- "-plugins-dir=/headlamp/plugins"
117117
# Check if externalSecret is disabled
118118
- "-me-user-info-url=$(ME_USER_INFO_URL)"
119+
- "-filters-warnings-only=true"
119120
ports:
120121
- name: http
121122
containerPort: 4466

charts/headlamp/tests/expected_templates/me-user-info-url.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ spec:
120120
- "-plugins-dir=/headlamp/plugins"
121121
# Check if externalSecret is disabled
122122
- "-me-user-info-url=$(ME_USER_INFO_URL)"
123+
- "-filters-warnings-only=true"
123124
ports:
124125
- name: http
125126
containerPort: 4466

charts/headlamp/tests/expected_templates/namespace-override-oidc-create-secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ spec:
145145
- "-oidc-idp-issuer-url=$(OIDC_ISSUER_URL)"
146146
# Check if scopes are non empty either from env or oidc.config
147147
- "-oidc-scopes=$(OIDC_SCOPES)"
148+
- "-filters-warnings-only=true"
148149
ports:
149150
- name: http
150151
containerPort: 4466

charts/headlamp/tests/expected_templates/namespace-override.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ spec:
113113
- "-in-cluster-context-name=main"
114114
- "-plugins-dir=/headlamp/plugins"
115115
# Check if externalSecret is disabled
116+
- "-filters-warnings-only=true"
116117
ports:
117118
- name: http
118119
containerPort: 4466

0 commit comments

Comments
 (0)