fix: skip backgound requests for atlantis secrets sync
|
Before Width: | Height: | Size: 861 B After Width: | Height: | Size: 861 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 730 B After Width: | Height: | Size: 730 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 913 B |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 905 B After Width: | Height: | Size: 905 B |
|
Before Width: | Height: | Size: 973 B After Width: | Height: | Size: 973 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 544 B |
|
Before Width: | Height: | Size: 571 KiB After Width: | Height: | Size: 571 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 973 B After Width: | Height: | Size: 973 B |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -32,6 +32,7 @@ spec:
|
||||
annotations:
|
||||
vcluster.loft.sh/controlled-by: secret/v1/GenericImport
|
||||
- name: sync-dev-rabbitmq-secret
|
||||
skipBackgroundRequests: true
|
||||
generate:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -57,6 +58,7 @@ spec:
|
||||
annotations:
|
||||
vcluster.loft.sh/controlled-by: secret/v1/GenericImport
|
||||
- name: sync-atlantis-secret
|
||||
skipBackgroundRequests: true
|
||||
generate:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -81,6 +83,7 @@ spec:
|
||||
annotations:
|
||||
vcluster.loft.sh/controlled-by: secret/v1/GenericImport
|
||||
- name: sync-azure-keyvault-secret
|
||||
skipBackgroundRequests: true
|
||||
generate:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -105,6 +108,7 @@ spec:
|
||||
annotations:
|
||||
vcluster.loft.sh/controlled-by: secret/v1/GenericImport
|
||||
- name: sync-dapr-api-token
|
||||
skipBackgroundRequests: true
|
||||
generate:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -129,6 +133,7 @@ spec:
|
||||
annotations:
|
||||
vcluster.loft.sh/controlled-by: secret/v1/GenericImport
|
||||
- name: sync-atlantis-db-ca
|
||||
skipBackgroundRequests: true
|
||||
generate:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -148,6 +153,7 @@ spec:
|
||||
annotations:
|
||||
kyverno/clone: "true"
|
||||
- name: sync-atlantis-db-replication
|
||||
skipBackgroundRequests: true
|
||||
generate:
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
|
||||