-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* testkube-cloud-secrets added * added the keys into one secrets * updated README.md * moved the configurations into testkube-cloud api and ui * some improvement * made some hardcodes to configurable options * doc update * conflict resolution
- Loading branch information
Showing
12 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{{- if .Values.externalSecrets.enabled -}} | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: api-external-secrets | ||
spec: | ||
data: | ||
{{- range $key, $value := .Values.externalSecrets.keys }} | ||
- remoteRef: | ||
key: {{ $value }} | ||
secretKey: {{ $key }} | ||
{{ end }} | ||
refreshInterval: {{ .Values.externalSecrets.refreshInterval }} | ||
secretStoreRef: | ||
kind: ClusterSecretStore | ||
name: {{ .Values.externalSecrets.clusterSecretStoreName }} | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Retain | ||
name: api-external-secrets | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{{- if .Values.externalSecrets.enabled -}} | ||
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: ui-external-secrets | ||
spec: | ||
data: | ||
{{- range $key, $value := .Values.externalSecrets.keys }} | ||
- remoteRef: | ||
key: {{ $value }} | ||
secretKey: {{ $key }} | ||
{{ end }} | ||
refreshInterval: {{ .Values.externalSecrets.refreshInterval }} | ||
secretStoreRef: | ||
kind: ClusterSecretStore | ||
name: {{ .Values.externalSecrets.clusterSecretStoreName }} | ||
target: | ||
creationPolicy: Owner | ||
deletionPolicy: Retain | ||
name: ui-external-secrets | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.44 KB
(110%)
charts/testkube-enterprise/charts/testkube-cloud-api-1.14.18.tgz
Binary file not shown.
Binary file modified
BIN
+338 Bytes
(110%)
charts/testkube-enterprise/charts/testkube-cloud-ui-1.14.17.tgz
Binary file not shown.