From f84f22a9a38beab4b669aa3f28c3b3cd92b0b3b7 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 7 Jan 2022 10:48:18 +0100 Subject: [PATCH 1/5] Fix typo in notification hook docs Signed-off-by: Jannik Hollenbach --- hooks/notification/.helm-docs.gotmpl | 2 +- hooks/notification/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/notification/.helm-docs.gotmpl b/hooks/notification/.helm-docs.gotmpl index ee67b4c93..6a1d5ead4 100644 --- a/hooks/notification/.helm-docs.gotmpl +++ b/hooks/notification/.helm-docs.gotmpl @@ -67,7 +67,7 @@ notificationChannels: env: - name: SOME_ENV valueFrom: - secretRefKey: + secretKeyRef: secret: some-secret key: some-key ``` diff --git a/hooks/notification/README.md b/hooks/notification/README.md index 012484d80..89c206a98 100644 --- a/hooks/notification/README.md +++ b/hooks/notification/README.md @@ -86,7 +86,7 @@ notificationChannels: env: - name: SOME_ENV valueFrom: - secretRefKey: + secretKeyRef: secret: some-secret key: some-key ``` From 8a05ae8ed87f9ad91cc3bb9c8fefa9ccaa04bc63 Mon Sep 17 00:00:00 2001 From: J12934 Date: Fri, 7 Jan 2022 09:48:43 +0000 Subject: [PATCH 2/5] Updating Helm Docs Signed-off-by: GitHub Actions --- hooks/notification/docs/README.ArtifactHub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/notification/docs/README.ArtifactHub.md b/hooks/notification/docs/README.ArtifactHub.md index d2554ccba..fb3293690 100644 --- a/hooks/notification/docs/README.ArtifactHub.md +++ b/hooks/notification/docs/README.ArtifactHub.md @@ -94,7 +94,7 @@ notificationChannels: env: - name: SOME_ENV valueFrom: - secretRefKey: + secretKeyRef: secret: some-secret key: some-key ``` From 834f27d3197682cb8d686f15dc2a2aa0b02ab160 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 7 Jan 2022 10:50:02 +0100 Subject: [PATCH 3/5] Retrigger CI Signed-off-by: Jannik Hollenbach From 73911ea242df74f31ffd56701362004382005897 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Fri, 7 Jan 2022 10:59:59 +0100 Subject: [PATCH 4/5] Fix secret name reference using the wrong key Also made the indentation more consistent in the other example Signed-off-by: Jannik Hollenbach --- hooks/notification/.helm-docs.gotmpl | 6 +++--- hooks/notification/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hooks/notification/.helm-docs.gotmpl b/hooks/notification/.helm-docs.gotmpl index 6a1d5ead4..f750bca50 100644 --- a/hooks/notification/.helm-docs.gotmpl +++ b/hooks/notification/.helm-docs.gotmpl @@ -68,7 +68,7 @@ env: - name: SOME_ENV valueFrom: secretKeyRef: - secret: some-secret + name: some-secret key: some-key ``` @@ -158,8 +158,8 @@ env: - name: POINTER_TO_ENV valueFrom: secretKeyRef: - name: myslacksecret - key: SLACK_WEB_HOOK + name: myslacksecret + key: SLACK_WEB_HOOK # cat values_slack_secrets.yaml apiVersion: v1 diff --git a/hooks/notification/README.md b/hooks/notification/README.md index 89c206a98..de5a4122d 100644 --- a/hooks/notification/README.md +++ b/hooks/notification/README.md @@ -87,7 +87,7 @@ env: - name: SOME_ENV valueFrom: secretKeyRef: - secret: some-secret + name: some-secret key: some-key ``` @@ -177,8 +177,8 @@ env: - name: POINTER_TO_ENV valueFrom: secretKeyRef: - name: myslacksecret - key: SLACK_WEB_HOOK + name: myslacksecret + key: SLACK_WEB_HOOK # cat values_slack_secrets.yaml apiVersion: v1 From 57db75618250c6fdb430c9fa3130fb4c2794aab2 Mon Sep 17 00:00:00 2001 From: J12934 Date: Fri, 7 Jan 2022 10:08:30 +0000 Subject: [PATCH 5/5] Updating Helm Docs Signed-off-by: GitHub Actions --- hooks/notification/docs/README.ArtifactHub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hooks/notification/docs/README.ArtifactHub.md b/hooks/notification/docs/README.ArtifactHub.md index fb3293690..d22e66a53 100644 --- a/hooks/notification/docs/README.ArtifactHub.md +++ b/hooks/notification/docs/README.ArtifactHub.md @@ -95,7 +95,7 @@ env: - name: SOME_ENV valueFrom: secretKeyRef: - secret: some-secret + name: some-secret key: some-key ``` @@ -185,8 +185,8 @@ env: - name: POINTER_TO_ENV valueFrom: secretKeyRef: - name: myslacksecret - key: SLACK_WEB_HOOK + name: myslacksecret + key: SLACK_WEB_HOOK # cat values_slack_secrets.yaml apiVersion: v1