Skip to content

Commit e1ce215

Browse files
committed
reformatted
Signed-off-by: Christoph Görn <[email protected]>
1 parent 9f7b12c commit e1ce215

16 files changed

+15
-20
lines changed

.github/ISSUE_TEMPLATE/redeliver_container_image.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Deliver Container Image
2+
name: Deliver Container Image
33
about: build a git tag and push it as a container image to quay
4-
title: Deliver Container Image
4+
title: Deliver Container Image
55
assignees: 'sesheta'
66
labels: bot
77
---

OWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ approvers:
55
- harshad16
66
reviewers:
77
- fridex
8-
- pacospace
8+
- pacospace

adviser/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This is a standalove ArgoCD Application for Thoth's Adviser. It is meant to be deployed into a separate OpenShift
44
Project, therefore it is not referneces from the `kustomization.yaml` file at the root directory of this
5-
repository.
5+
repository.

amun/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Amun
1+
# Amun
22

33
This is a standalone ArgoCD Application for Amun. It is meant to be deployed into a separate OpenShift
44
Project, therefore it is not references from the `kustomization.yaml` file at the root directory of this

chat-notification/application.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
destination:
77
namespace: thoth-test-core
8-
server: 'https://api.thoth01.lab.upshift.rdu2.redhat.com:6443'
8+
server: 'https://api.thoth01.lab.upshift.rdu2.redhat.com:6443'
99
source:
1010
path: chat-notification/overlays/test
1111
repoURL: 'https://github.com/thoth-station/thoth-application.git'
@@ -17,4 +17,3 @@ spec:
1717
prune: false
1818
selfHeal: false
1919
selfHeal: true
20-

core/application-graph-stage.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ spec:
1717
prune: false
1818
selfHeal: false
1919
selfHeal: true
20-

docs/environments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ On PSI
4646

4747
### Publicly available
4848

49-
On the MassOpen.Cloud
49+
On the MassOpen.Cloud

docs/secret_management.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ use `gopass` and `ansible-vault` but also `sops`. The thoth-ops container image
66
## GnuPG Keys
77

88
GnuPG Keys of each DevOps and Ops engineer should be uploaded to `hkps://keys.openpgp.org`, so that they are
9-
accessible to all DevOps and Ops.
9+
accessible to all DevOps and Ops.
1010

1111
## Storage location of encrypted secrets
1212

1313
For ArgoCD applications, secret information shall be stored within the corresponding application configuration
1414
repository. Test, Integration, Stage and Production data should be encrypted for the corresponding sets of DevOps
1515
and/or Ops engineers. This configuration should be done via `.sops.yaml` and its [creation rules](https://github.com/mozilla/sops#29using-sopsyaml-conf-to-select-kmspgp-for-new-files) in the root directory of the application
16-
configuration repository. See [thoth-application](https://github.com/thoth-station/thoth-application/blob/master/.sops.yaml) for an example.
16+
configuration repository. See [thoth-application](https://github.com/thoth-station/thoth-application/blob/master/.sops.yaml) for an example.
1717

1818
As all secrets are considered 'environment-specific' they should be generated by the coresponding overlay, and not
1919
on the kustomize base of the application.

metrics-exporter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ repository.
66

77
## Dependencies
88

9-
The metrics-exporter depends on the `amun` configmap, which is created by the amun Application.
9+
The metrics-exporter depends on the `amun` configmap, which is created by the amun Application.

metrics-exporter/application-stage.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ spec:
1616
automated:
1717
prune: false
1818
selfHeal: false
19-

policy/kubernetes.rego

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ is_service {
66

77
is_deployment {
88
input.kind = "Deployment"
9-
}
9+
}

policy/kustomize_selectors.rego

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ required_template_labels {
1818
}
1919

2020
deny[msg] {
21-
openshift.is_deploymentConfig
21+
openshift.is_deploymentConfig
2222
not required_selector_labels
2323
msg = sprintf("%s/%s must include AICoE recommended labels within the selector", [input.kind, name])
2424
}
2525

2626
deny[msg] {
27-
openshift.is_deploymentConfig
27+
openshift.is_deploymentConfig
2828
not required_template_labels
2929
msg = sprintf("%s must include AICoE recommended labels within the template.metadata", [name])
3030
}

policy/openshift.rego

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package openshift
22

33
is_deploymentConfig {
44
input.kind = "DeploymentConfig"
5-
}
5+
}

policy/versioning.rego

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ required_version_label {
99
}
1010

1111
warn[msg] {
12-
kubernetes.is_service
12+
kubernetes.is_service
1313
not required_version_label
1414
msg = sprintf("%s/%s should include AICoE recommended version label: https://github.com/AICoE/aicoe-cd/blob/master/docs/recommended_labels.md", [input.kind, name])
1515
}

result-api/application-frontend-stage.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ spec:
1717
prune: false
1818
selfHeal: false
1919
selfHeal: true
20-

user-api/application-stage.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ spec:
1717
prune: false
1818
selfHeal: false
1919
selfHeal: true
20-

0 commit comments

Comments
 (0)