Skip to content

Commit

Permalink
align all yaml file extensions, organize hack folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshaikh42 committed Nov 18, 2021
1 parent 64ad8e1 commit 4466956
Show file tree
Hide file tree
Showing 38 changed files with 17 additions and 49 deletions.
4 changes: 2 additions & 2 deletions base/apps/hsds-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ spec:
mountPath: "/config/password/passwd.txt"
subPath: "passwd.txt"
- name: config
mountPath: "/config/config.yml"
mountPath: "/config/config.yml" #must be yml
subPath: config.yaml
- name: override
mountPath: "/config/override.yml"
mountPath: "/config/override.yml" #must be yml
subPath: override.yaml
volumes:
- name: accounts
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions hack/hpc/class.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- crds.yml
- rbac.yml
- deploy.yml
- crds.yaml
- rbac.yaml
- deploy.yaml
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions hack/pv_claim_local.yml

This file was deleted.

14 changes: 0 additions & 14 deletions hack/pv_volume_local.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ replicas:
name: combine-api
#Use the prod version of the secrets and ingress
resources:
- prod.yml
- prod.yaml
- ../../secrets/prod
- ../../config/prod
- biosimulations-ingress.yml
- biosimulators-ingress.yml
- biosimulations-ingress.yaml
- biosimulators-ingress.yaml
- ../../base


patchesStrategicMerge:
- resources.yml
- resources.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ replicas:
name: api
- count: 2
name: dispatch-service
- count: 1
- count: 5
name: hsds
- count: 2
name: mail-service
Expand All @@ -42,14 +42,14 @@ replicas:

#Use the development version of the secrets and ingress
resources:
- dev.yml
- combine-ingress.yml
- api-ingress.yml
- hsds-ingress.yml
- biosimulators-ingress.yml
- dev.yaml
- combine-ingress.yaml
- api-ingress.yaml
- hsds-ingress.yaml
- biosimulators-ingress.yaml
- ../../secrets/dev
- ../../config/dev
- ../../base

patchesStrategicMerge:
- resources.yml
- resources.yaml
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion secrets

0 comments on commit 4466956

Please sign in to comment.