new attempt
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Adds namespace to all resources.
|
||||
namespace: tdset-operator-system
|
||||
namespace: k8s-operator-playground-system
|
||||
|
||||
# Value of this field is prepended to the
|
||||
# names of all resources, e.g. a deployment named
|
||||
# "wordpress" becomes "alices-wordpress".
|
||||
# Note that it should also match with the prefix (text before '-') of the namespace
|
||||
# field above.
|
||||
namePrefix: tdset-operator-
|
||||
namePrefix: k8s-operator-playground-
|
||||
|
||||
# Labels to add to all resources and selectors.
|
||||
#labels:
|
||||
|
||||
@@ -3,7 +3,7 @@ kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
app.kubernetes.io/name: tdset-operator
|
||||
app.kubernetes.io/name: k8s-operator-playground
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: controller-manager-metrics-service
|
||||
namespace: system
|
||||
|
||||
Reference in New Issue
Block a user