Skip to content

Commit c5c7c13

Browse files
committed
Add notifications-catalog.yaml
1 parent 8ba52e1 commit c5c7c13

File tree

3 files changed

+544
-0
lines changed

3 files changed

+544
-0
lines changed

addons/argo-cd/download.sh

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ curl -Ls "$DOWNLOAD_URL/$DOWNLOAD_VERSION" -o argo-cd-$DOWNLOAD_VERSION.tar.gz
1111
mkdir -p $DOWNLOAD_DIRECTORY
1212
tar -xzf argo-cd-$DOWNLOAD_VERSION.tar.gz --include "**/manifests" --directory $DOWNLOAD_DIRECTORY --strip-components 2
1313
rm -f argo-cd-$DOWNLOAD_VERSION.tar.gz
14+
15+
curl -Ls https://raw.githubusercontent.com/argoproj/argo-cd/${DOWNLOAD_VERSION}/notifications_catalog/install.yaml -o config-map.argocd-notifications-cm.yaml

0 commit comments

Comments
 (0)