Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some cleanup #18

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/pull-request-checks-disabled.yml

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: PR check

on:
pull_request:
paths-ignore:
- deployment/**
- design/**
- README.md
on: pull_request

jobs:
check-links:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

11 changes: 0 additions & 11 deletions deployment/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deployment/templates/deploymentconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,11 @@ spec:
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- name: config-volume
{{- if .Values.development }}
mountPath: /var/www/html/config
{{- else }}
mountPath: /opt/app-root/src/config
{{- end }}
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: config-volume
configMap:
name: frontend-config
triggers:
- type: ConfigChange
- type: ImageChange
Expand Down