Skip to content

Commit 2f0800e

Browse files
authored
fix: add missing notification secret to suppress error message (argoproj#1366)
Signed-off-by: Hui Kang <[email protected]>
1 parent e3dc6af commit 2f0800e

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
name: argo-rollouts-notification-secret

manifests/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resources:
66
- argo-rollouts-deployment.yaml
77
- argo-rollouts-aggregate-roles.yaml
88
- argo-rollouts-metrics-service.yaml
9+
- argo-rollouts-notification-secret.yaml
910
images:
1011
- name: quay.io/argoproj/argo-rollouts
1112
newTag: latest

manifests/install.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12823,6 +12823,11 @@ subjects:
1282312823
namespace: argo-rollouts
1282412824
---
1282512825
apiVersion: v1
12826+
kind: Secret
12827+
metadata:
12828+
name: argo-rollouts-notification-secret
12829+
---
12830+
apiVersion: v1
1282612831
kind: Service
1282712832
metadata:
1282812833
labels:

manifests/namespace-install.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12822,6 +12822,11 @@ subjects:
1282212822
name: argo-rollouts
1282312823
---
1282412824
apiVersion: v1
12825+
kind: Secret
12826+
metadata:
12827+
name: argo-rollouts-notification-secret
12828+
---
12829+
apiVersion: v1
1282512830
kind: Service
1282612831
metadata:
1282712832
labels:

0 commit comments

Comments
 (0)