mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-06 01:55:28 -05:00
17 lines
330 B
YAML
17 lines
330 B
YAML
resources:
|
|
- manager.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
configMapGenerator:
|
|
- files:
|
|
- controller_manager_config.yaml
|
|
name: manager-config
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
images:
|
|
- name: controller
|
|
newName: ghcr.io/edgelesssys/constellation/node-operator
|
|
newTag: v0.0.0
|