-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: delete sealed secret sample to configure credentials (#90)
* chore: delete sealed secret sample to configure credentials * chore: delete s3 endpoint is necessary in readme
- Loading branch information
1 parent
e0d7205
commit 1d18aec
Showing
11 changed files
with
44 additions
and
129 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
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
20 changes: 0 additions & 20 deletions
20
charts/greptimedb-cluster/templates/credentials-sealed-secret.yaml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
charts/greptimedb-cluster/templates/credentials-secret.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
charts/greptimedb-cluster/templates/storage-credentials-secret.yaml
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,13 @@ | ||
{{- if .Values.storage }} | ||
{{- if .Values.storage.credentials }} | ||
apiVersion: v1 | ||
metadata: | ||
name: {{ .Values.storage.credentials.secretName }} | ||
namespace: {{ .Release.Namespace }} | ||
kind: Secret | ||
type: Opaque | ||
stringData: | ||
access-key-id: {{ .Values.storage.credentials.accessKeyId }} | ||
secret-access-key: {{ .Values.storage.credentials.secretAccessKey }} | ||
{{- end }} | ||
{{- end }} |
18 changes: 0 additions & 18 deletions
18
charts/greptimedb-cluster/templates/tls-sealed-secret.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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