Skip to content

Commit a4efd23

Browse files
Updating encoding
1 parent c5367ba commit a4efd23

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
helm.strongdm.com
1+
helm.strongdm.com

README.md

-1.99 KB

deployments/sdm-relay/templates/ConfigMap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ data:
2323
SDM_RELAY_LOG_ENCRYPTION: {{ quote .SDM_RELAY_LOG_ENCRYPTION | default "plaintext" }}
2424
{{- end }}
2525
{{- end }}
26-
{{- end }}
26+
{{- end }}

deployments/sdm-relay/templates/Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ spec:
7171
periodSeconds: 15
7272
failureThreshold: 5
7373
{{- end }}
74-
{{- end }}
74+
{{- end }}

deployments/sdm-relay/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Your release is named {{ .Release.Name }}.
55
To learn more about the release, try:
66

77
$ helm status {{ .Release.Name }}
8-
$ helm get all {{ .Release.Name }}
8+
$ helm get all {{ .Release.Name }}

deployments/sdm-relay/templates/Secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
{{- include "sdm.labels" . | indent 4 }}
77
type: Opaque
88
data:
9-
token: {{ .Values.global.secret.token }}
9+
token: {{ .Values.global.secret.token }}

deployments/sdm-relay/templates/Service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spec:
1818
nodePort: {{ .Values.global.gateway.service.nodePort }}
1919
{{- end }}
2020
protocol: TCP
21-
{{- end }}
21+
{{- end }}

deployments/sdm-relay/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ generator: helm
33
date: {{ now | htmlDate }}
44
chart: {{ .Chart.Name }}
55
version: {{ .Chart.Version }}
6-
{{- end }}
6+
{{- end }}

stable/artifacthub-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
repositoryID: 7a42ccb5-3030-43fe-be15-9f1b087de137
22
owners:
3-
- name: strongDM
3+
- name: strongdmk8s
44

0 commit comments

Comments
 (0)