Skip to content

Commit

Permalink
fix: wrong helm option
Browse files Browse the repository at this point in the history
  • Loading branch information
graytonio committed Apr 28, 2024
1 parent 7cd1829 commit cb85f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/generate-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ flagops --use-env
>&2 helm dependency build ${FLAGOPS_DESTINATION_PATH}

>&2 echo "Infalting Helm Chart"
helm template $ARGOCD_APP_NAME -n $ARGOCD_APP_NAMESPACE --kube-version $KUBE_API_VERSIONS ${FLAGOPS_DESTINATION_PATH}
helm template $ARGOCD_APP_NAME -n $ARGOCD_APP_NAMESPACE -a $KUBE_API_VERSIONS ${FLAGOPS_DESTINATION_PATH}

0 comments on commit cb85f55

Please sign in to comment.