Skip to content

Commit

Permalink
Code formatting cleanliness updates
Browse files Browse the repository at this point in the history
- Fix duplicate key in v2/kustomization.yaml
- Fix end-of-file newlines
  • Loading branch information
gmfrasca committed Oct 17, 2023
1 parent e4b3f15 commit 9700595
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/configmaps/files/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ImagesV2:
ScheduledWorkflow: $(IMAGESV2_SCHEDULEDWORKFLOW)
MlmdEnvoy: $(IMAGESV2_MLMDENVOY)
MlmdGRPC: $(IMAGESV2_MLMDGRPC)
MlmdWriter: $(IMAGESV2_MLMDWRITER)
MlmdWriter: $(IMAGESV2_MLMDWRITER)
1 change: 0 additions & 1 deletion config/v2/cache/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ metadata:
app.kubernetes.io/part-of: kfp-tekton
namespace: datasciencepipelinesapplications-controller
name: kubeflow-pipelines-cache-deployer-sa

2 changes: 1 addition & 1 deletion config/v2/driver/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
- role.yaml
- rolebinding.yaml
- service.yaml
- serviceaccount.yaml
- serviceaccount.yaml
2 changes: 1 addition & 1 deletion config/v2/exithandler/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
- deployment.yaml
- role.yaml
- rolebinding.yaml
- serviceaccount.yaml
- serviceaccount.yaml
2 changes: 1 addition & 1 deletion config/v2/exithandler/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resources:
- crd.yaml
- clusterrole.leaderelection.yaml
- ./controller
- ./webhook
- ./webhook
2 changes: 1 addition & 1 deletion config/v2/exithandler/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ resources:
- secret.yaml
- service.yaml
- serviceaccount.yaml
- validatingwebhookconfig.yaml
- validatingwebhookconfig.yaml
2 changes: 1 addition & 1 deletion config/v2/kfptask/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resources:
- crd.yaml
- clusterrole.leaderelection.yaml
- ./controller
- ./webhook
- ./webhook
4 changes: 1 addition & 3 deletions config/v2/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ kind: Kustomization
namespace: openshift-pipelines
namePrefix: data-science-pipelines-operator-

namePrefix: data-science-pipelines-operator-

resources:
- ./cache
- ./driver
- ./exithandler
- ./kfptask
- ./pipelineloop
- ./tektoncrds
- ./tektoncrds
1 change: 0 additions & 1 deletion config/v2/pipelineloop/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ resources:
- role.yaml
- rolebinding.yaml
- serviceaccount.yaml

2 changes: 1 addition & 1 deletion config/v2/pipelineloop/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resources:
- crd.yaml
- clusterrole.leaderelection.yaml
- ./controller
- ./webhook
- ./webhook
1 change: 0 additions & 1 deletion config/v2/pipelineloop/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ resources:
- service.yaml
- serviceaccount.yaml
- validatingwebhookconfig.yaml

2 changes: 1 addition & 1 deletion kfdef/kfdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
value: gcr.io/tfx-oss-public/ml_metadata_store_server:1.5.0
- name: IMAGESV2_MLMDWRITER
value: gcr.io/ml-pipeline/metadata-writer:2.0.0-rc.2

repoRef:
name: manifests
path: config
Expand Down

0 comments on commit 9700595

Please sign in to comment.