Matt McLane
Matt McLane
I am getting the same thing
I can't believe this is still an issue
I very much want to be able to use a local .env file to override values coming from infisical
I absolutely want this. I already have plans to write an external endpoint that will do this so that I can hit it with http until this is built in.
``` def update_alias(namespace, freightId, alias): load_kubeconfig() dyn_client = DynamicClient(client.ApiClient()) current_app.logger.info(f'updating freight {freightId} alias to {alias}') freights = dyn_client.resources.get(api_version='kargo.akuity.io/v1alpha1', kind='Freight') if alias_exists(freights.get(namespace=namespace)['items'], alias): if "." in alias: alias = alias.split(".")[0] +...
I would also like to see this. I am trying to implement Kargo which kinda assumes autosync is turned off. But when something is removed from the helm chart and...
I believe I am seeing this too. I have this annotation set on a K8s job. When that job gets replaced, it happens twice therefore the job runs twice even...
Having done a little more testing, I have found that the job gets recreated twice when something else has the annotation: argocd.argoproj.io/sync-wave: "-1" To test this out I created an...
I love this idea