We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff24f6 commit f5510a0Copy full SHA for f5510a0
infrastructure/flux-extensions/alerts/kustomization.yaml
@@ -4,6 +4,7 @@ kind: Kustomization
4
namespace: flux-system
5
resources:
6
- ./provider-slack.yaml
7
+ - ./provider-github.yaml
8
- ./global.yaml
9
- ./infrastructure.yaml
10
- ./core.yaml
infrastructure/flux-extensions/kustomization.yaml
@@ -4,4 +4,5 @@ kind: Kustomization
- ./external-secret-slack.yaml
+ - ./external-secret-github.yaml
- ./alerts/
0 commit comments