mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 17:04:22 -05:00
f14af0c3eb
* upgrade: add Kubernetes components to NodeVersion * update rfc
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.1
|