From 629af9a237ef40d85b8ceef14cce6f4d32c69f31 Mon Sep 17 00:00:00 2001 From: Krishanx92 Date: Mon, 2 Oct 2023 17:57:30 +0530 Subject: [PATCH] Remove unneccesary file --- .../admin-ds/admin-ds-authentication.yaml | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 helm-charts/templates/control-plane/admin-ds/admin-ds-authentication.yaml diff --git a/helm-charts/templates/control-plane/admin-ds/admin-ds-authentication.yaml b/helm-charts/templates/control-plane/admin-ds/admin-ds-authentication.yaml deleted file mode 100644 index 435032073..000000000 --- a/helm-charts/templates/control-plane/admin-ds/admin-ds-authentication.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com) All Rights Reserved. -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -{{- if .Values.wso2.apk.migration.enabled }} -apiVersion: "dp.wso2.com/v1alpha1" -kind: "Authentication" -metadata: - name: {{ template "apk-helm.resource.prefix" . }}-admin-ds-authentication - namespace: {{ .Release.Namespace }} - labels: - api-name: "admin-domain-service" - api-version: "1.0.0" -spec: - override: - ext: - disabled: true - type: "ext" - targetRef: - group: "" - kind: "API" - name: {{ template "apk-helm.resource.prefix" . }}-admin-ds-api - namespace: {{ .Release.Namespace }} -{{- end -}}