Fix(argocd)

This commit is contained in:
nold 2022-03-18 21:58:39 +01:00
parent 490ff25c75
commit 3e13665eac
4 changed files with 17 additions and 19 deletions

View File

@ -2,7 +2,6 @@ config:
description: ArgoCD - Continous Deployment from Git
apps:
- name: argocd
namespace: argo
repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 3.35.4

View File

@ -121,16 +121,16 @@ server:
g, ArgoCDAdmins, role:admin
# Mount public CA cert
volumeMounts:
- name: certificate
mountPath: /etc/ssl/certs/ca.crt
subPath: ca
volumeMounts: []
# - name: certificate
# mountPath: /etc/ssl/certs/ca.crt
# subPath: ca
volumes:
- name: certificate
secret:
secretName: ca-cert
defaultMode: 420
volumes: []
# - name: certificate
# secret:
# secretName: ca-cert
# defaultMode: 420
additionalApplications: []
@ -160,15 +160,13 @@ repoServer:
prometheus.io/port: '8084'
servicePort: 8084
volumes:
- name: var-files
emptyDir: {}
- name: plugins
emptyDir: {}
# volumes:
# - name: cmp-plugins
# emptyDir: {}
volumeMounts:
- mountPath: /home/argocd/cmp-server/plugins
name: plugins
# volumeMounts:
# - mountPath: /home/argocd/cmp-server/plugins
# name: cmp-plugins
initContainers:
- name: copy-cmp-server

View File

@ -3,7 +3,7 @@ config:
existingNamespace: argocd
apps:
- name: heqet-apps
- name: apps-of-heqet
existingNamespace: argocd
repoURL: https://github.com/nold360/hive-apps
path: .

View File

@ -1,6 +1,7 @@
# Default values that are used for creating ArgoCD `Application` definitions
# You can add all supported heqet config options here
defaults:
argocdNamespace: argocd
# ArgoCD Project
project: "default"