Last active
March 25, 2023 14:09
-
-
Save chanwit/dd334eb15cbdbd8eaded25cf5a3d029d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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