File tree Expand file tree Collapse file tree
environments/argocd-app-templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ##############################################################
2+ # Copyright (c) 2024 BMW Group AG
3+ # Copyright 2024 SAP SE or an SAP affiliate company and ssi-dim-middle-layer contributors.
4+ #
5+ # See the NOTICE file(s) distributed with this work for additional
6+ # information regarding copyright ownership.
7+ #
8+ # This program and the accompanying materials are made available under the
9+ # terms of the Apache License, Version 2.0 which is available at
10+ # https://www.apache.org/licenses/LICENSE-2.0.
11+ #
12+ # Unless required by applicable law or agreed to in writing, software
13+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15+ # License for the specific language governing permissions and limitations
16+ # under the License.
17+ #
18+ # SPDX-License-Identifier: Apache-2.0
19+ # ##############################################################
20+
21+ apiVersion : argoproj.io/v1alpha1
22+ kind : Application
23+ metadata :
24+ name : dim-middle-layer
25+ spec :
26+ destination :
27+ namespace : product-portal
28+ server : ' https://kubernetes.default.svc'
29+ source :
30+ path : charts/dim
31+ repoURL : ' https://github.com/SAP/ssi-dim-middle-layer.git'
32+ targetRevision : dim-2.2.2
33+ plugin :
34+ env :
35+ - name : AVP_SECRET
36+ value : vault-secret
37+ - name : helm_args
38+ value : ' -f values.yaml -f ../../environments/helm-values/values-stable.yaml'
39+ project : project-portal
You can’t perform that action at this time.
0 commit comments