Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
General cleanup and small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Apr 29, 2021
1 parent ae338eb commit 2c882a5
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 23 deletions.
6 changes: 3 additions & 3 deletions distribution/argocd-applications/istio-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/DavidSpek/argoflow
targetRevision: HEAD
path: istio
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/istio
kustomize:
version: v4.0.5
destination:
Expand Down
6 changes: 3 additions & 3 deletions distribution/argocd-applications/monitoring-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/DavidSpek/argoflow
targetRevision: HEAD
path: monitoring-resources
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/monitoring-resources
kustomize:
version: v4.0.5
destination:
Expand Down
2 changes: 0 additions & 2 deletions distribution/argocd/add-custom-kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ spec:
volumeMounts:
- mountPath: /custom-tools
name: custom-tools


2 changes: 1 addition & 1 deletion distribution/aws/external-dns/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
- https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3/docs/examples/external-dns.yaml

patchesStrategicMerge:
- domain-filter-patch.yaml
- domain-filter-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ roleRef:
subjects:
- name: external-secrets
namespace: "kube-system"
kind: ServiceAccount
kind: ServiceAccount
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ roleRef:
subjects:
- name: external-secrets
namespace: "kube-system"
kind: ServiceAccount
kind: ServiceAccount
2 changes: 1 addition & 1 deletion distribution/external-secrets/base/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ rules:
verbs: ["get", "watch", "list"]
- apiGroups: ["kubernetes-client.io"]
resources: ["externalsecrets/status"]
verbs: ["get", "update"]
verbs: ["get", "update"]
2 changes: 1 addition & 1 deletion distribution/external-secrets/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ resources:
- cluster-role.yaml
- deployment.yaml
- service-account.yaml
- service.yaml
- service.yaml
2 changes: 1 addition & 1 deletion distribution/external-secrets/base/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- protocol: TCP
port: 3001
name: prometheus
targetPort: prometheus
targetPort: prometheus
2 changes: 1 addition & 1 deletion distribution/external-secrets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization
namespace: kube-system

resources:
- ./base
- ./base
2 changes: 1 addition & 1 deletion distribution/kubeflow/katib/patches/patch-db-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ spec:
secretKeyRef:
$patch: delete
key: KATIB_MYSQL_DB_PORT
name: katib-mysql-secrets-th9dkf48dg
name: katib-mysql-secrets-th9dkf48dg
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: katib-mysql
namespace: kubeflow
namespace: kubeflow
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:
images:
- name: davidspek/volumes-web-app
newName: davidspek/volumes-web-app
newTag: "0.4"
newTag: "0.5.1"
# digest: sha256:0b80a09e878f9dcdd530da7948155d532c61f7ad9ce854e7fa26440ade720d8c
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ $patch: delete
apiVersion: "networking.istio.io/v1alpha3"
kind: DestinationRule
metadata:
name: ml-pipeline-mysql
name: ml-pipeline-mysql
5 changes: 3 additions & 2 deletions distribution/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ resources:
## Common
- argocd-applications/argocd.yaml
- argocd-applications/cert-manager.yaml
# - argocd-applications/istio.yaml
# - argocd-applications/istio-operator.yaml
# - argocd-applications/istio-upstream.yaml
- argocd-applications/oidc-authservice.yaml
- argocd-applications/dex-istio.yaml
# - argocd-applications/knative.yaml
Expand All @@ -27,6 +28,7 @@ resources:
# - argocd-applications/mpi-operator.yaml
# - argocd-applications/mxnet-operator.yaml
# - argocd-applications/xgboost-operator.yaml
# - argocd-applications/kubeflow-roles-namespaces.yaml
# - argocd-applications/user-namespace.yaml

## AWS specific
Expand All @@ -39,4 +41,3 @@ resources:
- argocd-applications/mlflow.yaml
# - argocd-applications/experimental-pvcviewer-controller.yaml
# - argocd-applications/experimental-volumes-web-app.yaml
# - argocd-applications/kubeflow-roles-namespaces.yaml
1 change: 0 additions & 1 deletion distribution/monitoring-resources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- namespace.yaml
- grafana-cert.yaml
- kiali-cert.yaml
- nvidia-dcgm-service-monitor.yaml
Expand Down
2 changes: 1 addition & 1 deletion setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
<<__acm_certificate_arn__>>=arn:aws:acm:eu-central-1:863518836478:certificate/2ecba355-8869-46c5-bc01-4f45844e10a0
<<__cognito_user_pool.arn__>>=arn:aws:cognito-idp:eu-central-1:863518836478:userpool/eu-central-1_mrNhACACL
<<__cognito_user_pool.client_id__>>=eo9gv0t7vtmr5rs9sf5d0667q
<<__cognito_user_pool.domain__>>=863518836478-dev-kf13-3
<<__cognito_user_pool.domain__>>=863518836478-dev-kf13-3

0 comments on commit 2c882a5

Please sign in to comment.