Skip to content

Instantly share code, notes, and snippets.

@chanwit
Last active March 25, 2023 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chanwit/dd334eb15cbdbd8eaded25cf5a3d029d to your computer and use it in GitHub Desktop.
Save chanwit/dd334eb15cbdbd8eaded25cf5a3d029d to your computer and use it in GitHub Desktop.
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: <your helmrelease name>
namespace: argocd
spec:
destination:
namespace: <your helmrelease namespace>
server: https://kubernetes.default.svc
project: default
source:
chart: <your chartname>
repoURL: flux://loopback
targetRevision: HEAD
path: ./
syncPolicy:
syncOptions:
- ApplyOutOfSyncOnly=true
- FluxSubsystem=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment