mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
open-appsec helm chart update Mon Feb 12 17:56:07 IST 2024
This commit is contained in:
26
build_system/charts/open-appsec-kong/ci/.chartsnap.yaml
Normal file
26
build_system/charts/open-appsec-kong/ci/.chartsnap.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# It's a configuration file used by helm-chartsnap to ignore dynamically generated fields
|
||||
# when comparing the chart's snapshot with the rendered chart.
|
||||
# See https://github.com/jlandowner/helm-chartsnap?tab=readme-ov-file#handling-dynamic-values-.
|
||||
dynamicFields:
|
||||
- apiVersion: v1
|
||||
kind: Secret
|
||||
name: chartsnap-postgresql
|
||||
jsonPath:
|
||||
- /data/postgres-password
|
||||
- apiVersion: v1
|
||||
kind: Secret
|
||||
name: chartsnap-kong-validation-webhook-keypair
|
||||
jsonPath:
|
||||
- /data/tls.crt
|
||||
- /data/tls.key
|
||||
- apiVersion: v1
|
||||
kind: Secret
|
||||
name: chartsnap-kong-validation-webhook-ca-keypair
|
||||
jsonPath:
|
||||
- /data/tls.crt
|
||||
- /data/tls.key
|
||||
- apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
name: chartsnap-kong-validations
|
||||
jsonPath:
|
||||
- /webhooks/0/clientConfig/caBundle
|
Reference in New Issue
Block a user