mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Fix(argocd)
This commit is contained in:
parent
490ff25c75
commit
3e13665eac
4 changed files with 17 additions and 19 deletions
|
@ -2,7 +2,6 @@ config:
|
||||||
description: ArgoCD - Continous Deployment from Git
|
description: ArgoCD - Continous Deployment from Git
|
||||||
apps:
|
apps:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
namespace: argo
|
|
||||||
repoURL: https://argoproj.github.io/argo-helm
|
repoURL: https://argoproj.github.io/argo-helm
|
||||||
chart: argo-cd
|
chart: argo-cd
|
||||||
targetRevision: 3.35.4
|
targetRevision: 3.35.4
|
||||||
|
|
|
@ -121,16 +121,16 @@ server:
|
||||||
g, ArgoCDAdmins, role:admin
|
g, ArgoCDAdmins, role:admin
|
||||||
|
|
||||||
# Mount public CA cert
|
# Mount public CA cert
|
||||||
volumeMounts:
|
volumeMounts: []
|
||||||
- name: certificate
|
# - name: certificate
|
||||||
mountPath: /etc/ssl/certs/ca.crt
|
# mountPath: /etc/ssl/certs/ca.crt
|
||||||
subPath: ca
|
# subPath: ca
|
||||||
|
|
||||||
volumes:
|
volumes: []
|
||||||
- name: certificate
|
# - name: certificate
|
||||||
secret:
|
# secret:
|
||||||
secretName: ca-cert
|
# secretName: ca-cert
|
||||||
defaultMode: 420
|
# defaultMode: 420
|
||||||
|
|
||||||
additionalApplications: []
|
additionalApplications: []
|
||||||
|
|
||||||
|
@ -160,15 +160,13 @@ repoServer:
|
||||||
prometheus.io/port: '8084'
|
prometheus.io/port: '8084'
|
||||||
servicePort: 8084
|
servicePort: 8084
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
- name: var-files
|
# - name: cmp-plugins
|
||||||
emptyDir: {}
|
# emptyDir: {}
|
||||||
- name: plugins
|
|
||||||
emptyDir: {}
|
|
||||||
|
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- mountPath: /home/argocd/cmp-server/plugins
|
# - mountPath: /home/argocd/cmp-server/plugins
|
||||||
name: plugins
|
# name: cmp-plugins
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: copy-cmp-server
|
- name: copy-cmp-server
|
||||||
|
|
|
@ -3,7 +3,7 @@ config:
|
||||||
existingNamespace: argocd
|
existingNamespace: argocd
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: heqet-apps
|
- name: apps-of-heqet
|
||||||
existingNamespace: argocd
|
existingNamespace: argocd
|
||||||
repoURL: https://github.com/nold360/hive-apps
|
repoURL: https://github.com/nold360/hive-apps
|
||||||
path: .
|
path: .
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Default values that are used for creating ArgoCD `Application` definitions
|
# Default values that are used for creating ArgoCD `Application` definitions
|
||||||
# You can add all supported heqet config options here
|
# You can add all supported heqet config options here
|
||||||
defaults:
|
defaults:
|
||||||
|
argocdNamespace: argocd
|
||||||
# ArgoCD Project
|
# ArgoCD Project
|
||||||
project: "default"
|
project: "default"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue