mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
00c3b0721b
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
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: v2.3.0
|