File tree 2 files changed +4
-0
lines changed
charts/policy-controller/templates/crds
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
+ {{- if .Values.installCRDs }}
14
15
apiVersion : apiextensions.k8s.io/v1
15
16
kind : CustomResourceDefinition
16
17
metadata :
@@ -702,3 +703,4 @@ spec:
702
703
description : ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
703
704
type : integer
704
705
format : int64
706
+ {{- end }}
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
+ {{- if .Values.installCRDs }}
14
15
apiVersion : apiextensions.k8s.io/v1
15
16
kind : CustomResourceDefinition
16
17
metadata :
@@ -180,3 +181,4 @@ spec:
180
181
description : ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.
181
182
type : integer
182
183
format : int64
184
+ {{- end }}
You can’t perform that action at this time.
0 commit comments