plane ignore timestamp
This commit is contained in:
@@ -6,10 +6,24 @@ metadata:
|
|||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
|
# PVCs - creationTimestamp ignorieren
|
||||||
- group: ""
|
- group: ""
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /metadata/creationTimestamp
|
- /metadata/creationTimestamp
|
||||||
|
# Jobs - timestamp Annotation ignorieren
|
||||||
|
- group: batch
|
||||||
|
kind: Job
|
||||||
|
jsonPointers:
|
||||||
|
- /metadata/annotations/timestamp
|
||||||
|
# StatefulSets - verschiedene dynamische Felder
|
||||||
|
- group: apps
|
||||||
|
kind: StatefulSet
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/volumeClaimTemplates/0/metadata/creationTimestamp
|
||||||
|
- /spec/volumeClaimTemplates/1/metadata/creationTimestamp
|
||||||
|
- /spec/volumeClaimTemplates/2/metadata/creationTimestamp
|
||||||
|
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://helm.plane.so/'
|
repoURL: 'https://helm.plane.so/'
|
||||||
@@ -24,7 +38,7 @@ spec:
|
|||||||
appHost: "plane.innovation-hub-niedersachsen.de"
|
appHost: "plane.innovation-hub-niedersachsen.de"
|
||||||
ingressClass: "traefik"
|
ingressClass: "traefik"
|
||||||
ingress_annotations:
|
ingress_annotations:
|
||||||
cert-manager.io/cluster-issuer: lets-encrypt-staging
|
cert-manager.io/cluster-issuer: lets-encrypt
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
|
||||||
ssl:
|
ssl:
|
||||||
@@ -36,7 +50,6 @@ spec:
|
|||||||
local_setup: false
|
local_setup: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# S3 Storage Configuration
|
|
||||||
docstore_bucket: "plane-docstore"
|
docstore_bucket: "plane-docstore"
|
||||||
doc_upload_size_limit: "5242880"
|
doc_upload_size_limit: "5242880"
|
||||||
aws_access_key: "a0ccb47cc0994bf51ecd"
|
aws_access_key: "a0ccb47cc0994bf51ecd"
|
||||||
@@ -57,3 +70,4 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
Reference in New Issue
Block a user