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

Fix trailing newlines #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion apps/etherpad/dev-placement-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
status: "True"
clusterSelector:
matchLabels:
environment: dev
environment: dev
2 changes: 1 addition & 1 deletion apps/etherpad/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: etherpad
name: etherpad
2 changes: 1 addition & 1 deletion resources/etherpad/etherpad_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,4 @@ data:

]
} // logconfig
}
}
2 changes: 1 addition & 1 deletion resources/etherpad/etherpad_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ spec:
- configMap:
defaultMode: 420
name: etherpad-settings
name: etherpad-settings
name: etherpad-settings
2 changes: 1 addition & 1 deletion resources/etherpad/etherpad_route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
to:
name: etherpad
port:
targetPort: 9001
targetPort: 9001
2 changes: 1 addition & 1 deletion resources/etherpad/etherpad_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
port: 9001
protocol: TCP
selector:
app: etherpad
app: etherpad
2 changes: 1 addition & 1 deletion resources/etherpad/postgres_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ metadata:
stringData:
database-name: etherpad
database-password: ether
database-user: ether
database-user: ether
2 changes: 1 addition & 1 deletion resources/etherpad/postgres_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
loadBalancer: {}
2 changes: 1 addition & 1 deletion resources/policies/config_placement_rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
- key: environment
operator: In
values:
- "dev"
- "dev"
2 changes: 1 addition & 1 deletion resources/policies/iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ placementRef:
subjects:
- name: policy-iam
kind: Policy
apiGroup: policy.open-cluster-management.io
apiGroup: policy.open-cluster-management.io
2 changes: 1 addition & 1 deletion resources/policies/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: rhacm-policies
name: rhacm-policies