Skip to content
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

Align Sonar Argo Application with its Helm Chart Dependency #42

Closed
Artem-Zahumonnyi opened this issue Feb 8, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Artem-Zahumonnyi
Copy link
Contributor

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: sonar
  namespace: {{ .Values.argoNamespace | default "argocd" }}
  finalizers:
  - resources-finalizer.argocd.argoproj.io
spec:
  project: {{ .Values.argoProject | default "default" }}
  source:
    repoURL: {{ .Values.repoUrl }}
    path: add-ons/sonar
    targetRevision: {{ .Values.targetRevision }}
    helm:
      values: |
        sonar:   # <---- Change it to sonarqube
@Artem-Zahumonnyi Artem-Zahumonnyi added the bug Something isn't working label Feb 8, 2024
epmd-edp pushed a commit that referenced this issue Feb 8, 2024
Jira: EPMDEDP-13230

Related: #42
Change-Id: I384fe5a1ac56143fbc303dd67812104f3d9a53a2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants