Created
March 5, 2025 13:54
-
-
Save thetechnick/f304e759a3461b5fde4e6ec2c95efbb6 to your computer and use it in GitHub Desktop.
OLM ClusterExtension configuration API proposal
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
apiVersion: olm.operatorframework.io/v1 | |
kind: ClusterExtension | |
metadata: | |
name: metrics-server | |
spec: | |
source: | |
sourceType: Catalog | |
catalog: | |
packageName: metrics-server | |
version: 3.12.0 | |
install: | |
namespace: metrics-server | |
serviceAccount: | |
name: metrics-server-installer | |
config: | |
- apiVersion: olm.operatorframework.io/v1 | |
kind: HelmConfig | |
spec: | |
values: | |
# values.yaml properties defined inline | |
key: value | |
# Secrets/ConfigMaps to merge into values. | |
configMaps: | |
- name: my-values-configmap | |
secrets: | |
- name: my-values-configmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment