Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 658 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 658 Bytes

Edited by Amir Alfallal

Edited by Amir Alfallal

Edited by Amir Alfallal

# First deploy argocd with the provided kustomization
kustomize build . | k apply -f -

# Now create an argocd application that will point to that kustomization so that any change in the files gets reflected
k apply -f argocd-app.yaml

Edited by Amir Alfallal

Edited by Amir Alfallal

Edited by Amir Alfallal

# First deploy argocd with the provided kustomization
kustomize build . | k apply -f -

# Now create an argocd application that will point to that kustomization so that any change in the files gets reflected
k apply -f argocd-app.yaml