Add rootTlsSecret
[ZITADOPER-1]
This commit is contained in:
@@ -82,7 +82,8 @@ type ZitadelClusterSpec struct {
|
||||
ServiceAnnotations map[string]string `json:"serviceAnnotations,omitempty"`
|
||||
// +kubebuilder:default=3
|
||||
// +operator-sdk:csv:customresourcedefinitions:type=spec,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:podCount"}
|
||||
Replicas int32 `json:"replicas,omitempty"`
|
||||
Replicas int32 `json:"replicas,omitempty"`
|
||||
RootTLSSecret corev1.SecretReference `json:"rootTLSSecret"`
|
||||
}
|
||||
|
||||
// ZitadelClusterStatus defines the observed state of ZitadelCluster
|
||||
|
||||
@@ -870,6 +870,7 @@ func (in *ZitadelClusterSpec) DeepCopyInto(out *ZitadelClusterSpec) {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
out.RootTLSSecret = in.RootTLSSecret
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZitadelClusterSpec.
|
||||
|
||||
Reference in New Issue
Block a user