Update gitea token
This commit is contained in:
parent
a4c2107491
commit
5d7ffd667e
@ -1,38 +0,0 @@
|
||||
# apiVersion: argoproj.io/v1alpha1
|
||||
# kind: ApplicationSet
|
||||
# metadata:
|
||||
# name: grafana-appset
|
||||
# namespace: argocd
|
||||
# spec:
|
||||
# generators:
|
||||
# - list:
|
||||
# elements:
|
||||
# - env: prod
|
||||
# valuesFile: values-prod.yaml
|
||||
# nameSuffix: grafana-prod
|
||||
# host: grafana.dvirlabs.com
|
||||
# - env: int
|
||||
# valuesFile: values-int.yaml
|
||||
# nameSuffix: grafana-int
|
||||
# host: grafana-int.dvirlabs.com
|
||||
# template:
|
||||
# metadata:
|
||||
# name: '{{nameSuffix}}'
|
||||
# spec:
|
||||
# project: observability
|
||||
# source:
|
||||
# repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
||||
# targetRevision: master
|
||||
# path: charts/grafana
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# - my-values/{{valuesFile}}
|
||||
# destination:
|
||||
# server: https://kubernetes.default.svc
|
||||
# namespace: monitoring
|
||||
# syncPolicy:
|
||||
# automated:
|
||||
# prune: true
|
||||
# selfHeal: true
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
@ -1,38 +0,0 @@
|
||||
# apiVersion: argoproj.io/v1alpha1
|
||||
# kind: ApplicationSet
|
||||
# metadata:
|
||||
# name: prometheus-appset
|
||||
# namespace: argocd
|
||||
# spec:
|
||||
# generators:
|
||||
# - list:
|
||||
# elements:
|
||||
# - env: prod
|
||||
# valuesFile: values-prod.yaml
|
||||
# nameSuffix: prometheus-prod
|
||||
# host: prometheus.dvirlabs.com
|
||||
# - env: int
|
||||
# valuesFile: values-int.yaml
|
||||
# nameSuffix: prometheus-int
|
||||
# host: prometheus-int.dvirlabs.com
|
||||
# template:
|
||||
# metadata:
|
||||
# name: '{{nameSuffix}}'
|
||||
# spec:
|
||||
# project: observability
|
||||
# source:
|
||||
# repoURL: https://git.dvirlabs.com/dvirlabs/observability-stack.git
|
||||
# targetRevision: master
|
||||
# path: charts/prometheus
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# - my-values/values-{{env}}.yaml
|
||||
# destination:
|
||||
# server: https://kubernetes.default.svc
|
||||
# namespace: monitoring
|
||||
# syncPolicy:
|
||||
# automated: {}
|
||||
# # prune: true
|
||||
# # selfHeal: true
|
||||
# # syncOptions:
|
||||
# # - CreateNamespace=true
|
||||
@ -29,4 +29,4 @@ stringData:
|
||||
- gitea-http.dev-tools.svc.cluster.local:3000
|
||||
basic_auth:
|
||||
username: prometheus
|
||||
password: ${GIT_TOKEN}
|
||||
password: f6df9295f4ac911caf779f8fb46fed57db3c2b4e
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user