-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator external-secrets-operator (0.9.2)
- Loading branch information
1 parent
34c2d4e
commit 57ba56f
Showing
16 changed files
with
11,945 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...crets-operator/0.9.2/manifests/external-secrets-operator-manager-config_v1_configmap.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: v1 | ||
data: | ||
controller_manager_config.yaml: | | ||
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1 | ||
kind: ControllerManagerConfig | ||
health: | ||
healthProbeBindAddress: :8081 | ||
metrics: | ||
bindAddress: 127.0.0.1:8080 | ||
leaderElection: | ||
leaderElect: true | ||
resourceName: 811c9dc5.external-secrets.io | ||
kind: ConfigMap | ||
metadata: | ||
name: external-secrets-operator-manager-config |
Oops, something went wrong.