Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2023
1 parent eea6cd9 commit 33fea39
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
syncPolicy:
syncOptions:
- Validate=false
- ApplyOutOfSyncOnly=true
- ApplyOutOfSyncOnly=true
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
destination:
namespace: openshift-gitops
name: in-cluster
name: in-cluster
project: osc-infra
source:
path: argocd/overlays/osc-cl3/applications/envs/osc/osc-cl3
Expand All @@ -14,4 +14,4 @@ spec:
syncPolicy:
syncOptions:
- Validate=false
- ApplyOutOfSyncOnly=true
- ApplyOutOfSyncOnly=true
2 changes: 1 addition & 1 deletion argocd/overlays/osc-cl3/projects/osc-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ spec:
- group: v2v.kubevirt.io
kind: OVirtProvider
- group: v2v.kubevirt.io
kind: V2VVmware
kind: V2VVmware
2 changes: 1 addition & 1 deletion argocd/overlays/osc-cl3/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ resources:
- ../../../../cluster-scope/base/rbac.authorization.k8s.io/clusterroles/argocd-application-controller
- ../../../../cluster-scope/base/rbac.authorization.k8s.io/clusterroles/argocd-proj-apps-aggregate-to-admin
- ../../../../cluster-scope/base/rbac.authorization.k8s.io/clusterroles/argocd-events-create-aggregate-to-admin
- ../../../../cluster-scope/base/rbac.authorization.k8s.io/clusterroles/argocd-server
- ../../../../cluster-scope/base/rbac.authorization.k8s.io/clusterroles/argocd-server
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: config.openshift.io/v1
kind: Project
metadata:
name: cluster
spec: {}
spec: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
kind: Namespace
metadata:
name: aicoe-meteor
spec: {}
spec: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openshift-operators
resources:
- subscription.yaml
- subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
name: openshift-gitops-operator
source: redhat-operators
sourceNamespace: openshift-marketplace
startingCSV: openshift-gitops-operator.v1.8.2
startingCSV: openshift-gitops-operator.v1.8.2
2 changes: 1 addition & 1 deletion cluster-scope/overlays/osc/common/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
- ../../../base/user.openshift.io/groups/osc-admins
- ../../../base/user.openshift.io/groups/grafana-viewer
- ../../../base/user.openshift.io/groups/kubeflow-admin
- ../../../base/user.openshift.io/groups/openshift-operators-admin
- ../../../base/user.openshift.io/groups/openshift-operators-admin
- ../../../base/user.openshift.io/groups/pachyderm-admins
- ../../../base/user.openshift.io/groups/inception-admins
- ../../../base/user.openshift.io/groups/multinode-demo
Expand Down
1 change: 0 additions & 1 deletion cluster-scope/overlays/osc/osc-cl3/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ resources:
- ../../../bundles/external-secrets-operator
- ../../../bundles/vault
- secret-mgmt

2 changes: 1 addition & 1 deletion kafka/overlays/osc/osc-cl2/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ resources:
- prometheus-kafka-adapter
- kafka-podmonitors.yaml
patchesStrategicMerge:
- osc-kafdrop.yaml
- osc-kafdrop.yaml
2 changes: 1 addition & 1 deletion nfd/overlays/osc/osc-cl2/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base
- ../../../base
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
mountPath: /opt/airflow/logs
containers:
- name: db-migrations
image: quay.io/os-climate/ingestion:1.0.5
image: quay.io/os-climate/ingestion:1.0.5
imagePullPolicy: IfNotPresent
resources: {}
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ server:
port: ${SERVER_ADMIN_PORT:-8586}

# Above configuration for running http is fine for dev and testing.
# For production setup, where UI app will hit apis through DPS it
# For production setup, where UI app will hit apis through DPS it
# is strongly recommended to run https instead. Note that only
# keyStorePath and keyStorePassword are mandatory properties. Values
# for other properties are defaults
#server:
#applicationConnectors:
# - type: https
# port: 8585
# keyStorePath: ./conf/keystore.jks
# keyStorePath: ./conf/keystore.jks
# keyStorePassword: changeit
# keyStoreType: JKS
# keyStoreProvider:
Expand All @@ -57,12 +57,12 @@ server:
# supportedCipherSuites: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
# allowRenegotiation: true
# endpointIdentificationAlgorithm: (none)

#adminConnectors:
# - type: https
# port: 8586
# keyStorePath: ./conf/keystore.jks
# keyStorePassword: changeit
# keyStorePath: ./conf/keystore.jks
# keyStorePassword: changeit
# keyStoreType: JKS
# keyStoreProvider:
# trustStorePath: /path/to/file
Expand Down Expand Up @@ -321,4 +321,3 @@ web:

changeEventConfig:
omUri: ${OM_URI:- "http://localhost:8585"} #openmetadata in om uri for eg http://localhost:8585

Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
- name: PIPELINE_SERVICE_CLIENT_VERIFY_SSL
value: "no-ssl"
- name: PIPELINE_SERVICE_CLIENT_HOST_IP
value: ""
value: ""
- name: PIPELINE_SERVICE_CLIENT_SSL_CERT_PATH
value: "/no/path"
- name: SERVER_HOST_API_URL
Expand Down
2 changes: 1 addition & 1 deletion prow/overlays/osc-cl3/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ external_plugins:
lgtm:
- repos:
- os-climate

approve:
- repos:
- os-climate
Expand Down

0 comments on commit 33fea39

Please sign in to comment.