change chart
This commit is contained in:
@@ -1,13 +1,3 @@
|
|||||||
---
|
|
||||||
# Namespace must be created first (sync-wave: -1)
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: argocd-mcp
|
|
||||||
annotations:
|
|
||||||
argocd.argoproj.io/sync-wave: "-1"
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: bitnami.com/v1alpha1
|
apiVersion: bitnami.com/v1alpha1
|
||||||
kind: SealedSecret
|
kind: SealedSecret
|
||||||
metadata:
|
metadata:
|
||||||
@@ -38,22 +28,17 @@ metadata:
|
|||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
sources:
|
||||||
repoURL: https://github.com/snothub/mcp-for-argocd.git
|
- repoURL: https://github.com/snothub/forte-helm
|
||||||
targetRevision: main
|
targetRevision: HEAD
|
||||||
path: helm-chart
|
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valueFiles:
|
||||||
argocd:
|
- $values/helm-chart/values-prod.yaml
|
||||||
existingSecret: argocd-mcp-credentials
|
|
||||||
readOnly: false
|
- repoURL: https://github.com/snothub/mcp-for-argocd.git
|
||||||
auth:
|
targetRevision: HEAD
|
||||||
enabled: true
|
ref: values
|
||||||
ingressRoute:
|
|
||||||
enabled: true
|
|
||||||
host: argocdmcp.forteapps.net
|
|
||||||
tls:
|
|
||||||
secretName: argocd-mcp-tls
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd-mcp
|
namespace: argocd-mcp
|
||||||
@@ -63,3 +48,7 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
extraEnv:
|
||||||
|
- name: MCP_READ_ONLY
|
||||||
|
value: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user