Skip to content

Commit 4f90667

Browse files
committed
linting fixes for argocd slack plugin
1 parent 0bdc786 commit 4f90667

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

argocd-slack-plugin/argocd-slack-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ spec:
2222
prune: true
2323
selfHeal: true
2424
syncOptions:
25-
- CreateNamespace=false # argocd namespace should already exist
25+
- CreateNamespace=false # argocd namespace should already exist

argocd-slack-plugin/components/argocd-slack-plugin/notification-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ data:
225225
226226
trigger.on-sync-succeeded: |
227227
- when: app.status.operationState.phase in ['Succeeded']
228-
send: [app-sync-succeeded]
228+
send: [app-sync-succeeded]

index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apps:
2222
label: Slack OAuth token or webhook URL
2323
env: SLACK_TOKEN
2424
- name: SLACK_CHANNEL
25-
label: Slack channel name (e.g., #deployments) # deployments
25+
label: Slack channel name (e.g., deployments)
2626
env: SLACK_CHANNEL
2727
imageUrl: "https://raw.githubusercontent.com/konstructio/gitops-catalog/main/logos/argocd-slack-plugin.svg"
2828
description: "Enable Slack notifications for Argo CD application events including sync status, health changes, and deployment updates."

0 commit comments

Comments
 (0)