ppusher v2
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: passwordpusher
|
||||
---
|
||||
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
@@ -14,19 +20,10 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
|
||||
sources:
|
||||
- repoURL: https://pglombardo.github.io/passwordpusher-charts
|
||||
chart: password-pusher
|
||||
targetRevision: "1.4.4"
|
||||
helm:
|
||||
releaseName: passwordpusher
|
||||
valueFiles:
|
||||
- $values/infra/values/base/passwordpusher-values.yaml
|
||||
- $values/infra/values/upc-dev/passwordpusher-values.yaml
|
||||
|
||||
- repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
|
||||
source:
|
||||
repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
path: infra/overlays/upc-dev/passwordpusher/resources
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
@@ -41,3 +38,9 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- Validate=true
|
||||
- ServerSideApply=true
|
||||
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: StatefulSet
|
||||
jsonPointers:
|
||||
- /spec/volumeClaimTemplates
|
||||
|
||||
Reference in New Issue
Block a user