-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
kind:bugSomething isn't workingSomething isn't working
Description
Issue: When applying the KSOPS repo server patch from the README, I receive the following
The Deployment "argocd-repo-server" is invalid: spec.template.spec.containers[0].image: Required value
Workaround: Ensure the container name matches the container name in the existing deployment.
In my case:
OLD
containers:
- name: argocd-repo-server
NEW
containers:
- name: repo-server
Metadata
Metadata
Assignees
Labels
kind:bugSomething isn't workingSomething isn't working