Skip to content
Snippets Groups Projects
Unverified Commit 0a5690e9 authored by Christian Wolf's avatar Christian Wolf Committed by Tobias Gurtzick
Browse files

make cluster issuer cluster namespaced

parent 5856bcca
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ type StepClusterIssuerStatus struct {
}
// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Cluster
// StepClusterIssuer is the Schema for the stepclusterissuers API
// +kubebuilder:subresource:status
......
......@@ -14,7 +14,7 @@ spec:
listKind: StepClusterIssuerList
plural: stepclusterissuers
singular: stepclusterissuer
scope: Namespaced
scope: Cluster
versions:
- name: v1beta1
schema:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment