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

Adding Service Annotation to argo-cd helm chart #53

Merged
merged 1 commit into from
Apr 16, 2019

Conversation

e-mon
Copy link
Contributor

@e-mon e-mon commented Apr 16, 2019

Added annotations to argo-cd-server-service.yaml.
it's useful for backend configuration.

apiVersion: v1
kind: Service
metadata:
  name: argocd-server
  labels:
    app.kubernetes.io/name: {{ include "argo-cd.name" . }}-server
    helm.sh/chart: {{ include "argo-cd.chart" . }}
    app.kubernetes.io/instance: {{ .Release.Name }}
    app.kubernetes.io/managed-by: {{ .Release.Service }}
    app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
    app.kubernetes.io/component: server
  annotations:
{{ toYaml .Values.server.serviceAnnotations | indent 4}}{{- end }}

@CLAassistant
Copy link

CLAassistant commented Apr 16, 2019

CLA assistant check
All committers have signed the CLA.

@alexec alexec merged commit 4617535 into argoproj:master Apr 16, 2019
nouseforaname pushed a commit to nouseforaname/argo-helm that referenced this pull request Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants