Skip to content
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