-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🍀 Proposal
: Plugin argocdapp
Enhancement (sub-task of #513)
#515
Comments
Proposal
: Plugin Enhancement - argocdapp
Proposal
: (sub-task with #513) Plugin Enhancement - argocdapp
Proposal
: (sub-task with #513) Plugin Enhancement - argocdapp
Proposal
: (sub-task with #513) Plugin Enhancement with argocdapp
Proposal
: (sub-task with #513) Plugin Enhancement with argocdapp
Proposal
: Plugin argocdapp
Enhancement (sub-task with #513)
Proposal
: Plugin argocdapp
Enhancement (sub-task with #513)Proposal
: Plugin argocdapp
Enhancement (sub-task of #513)
Adding more background and possible improvements: BackgroundThe ArgoCD App plugin creates a YAML file locally for ArgoCD Application CRD then uses
Possible Improvements: Apply MechanismMaybe we can use ArgoCD API client and/or K8s Go SDK to create the CRD, instead of using Possible Improvements: ConfigCurrent config is as follows: tools:
- name: argocdapp
instanceID: default
dependsOn: [ "argocd.ARGOCD_INSTANCE_NAME" ]
options:
app:
name: hello
namespace: argocd
destination:
server: https://kubernetes.default.svc
namespace: default
source:
valuefile: values.yaml
path: charts/go-hello-http
repoURL: YOUR_CHART_REPO_URL Better naming:
Add default values, maybe:
Be Brave, Be ImaginativeAnything that isn't following the clean code best practice, refactor it. Any feature you think would add value to end-users, add it. Any configuration refactors / documentation updates that would improve the end users' quality of life, do it. Be brave when deleting unnecessary code, and be imaginative when adding new features. |
TODO:
|
What would you like to add? Why is this needed?
Background
See #513 for more details.
The text was updated successfully, but these errors were encountered: