fix: update service names and references (#30)
updating all the names of services and their respective filenames to better match the way puppet infra is used in my lab. - puppet -> the compilers - puppetca -> the master(s) - puppetdb -> the puppetdb - puppetboard -> puppetboard updated references to these services in all other definitions I could find note: need a good way to test these changes with argocd Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
@@ -25,12 +25,12 @@ resources:
|
||||
- horizontalpodautoscaler_puppetserver-puppetdb-autoscaler.yaml
|
||||
- ingress_puppetboard.yaml
|
||||
- ingress_puppetdb.yaml
|
||||
- ingress_puppetserver-compilers.yaml
|
||||
- ingress_puppetserver-masters.yaml
|
||||
- ingress_puppet.yaml
|
||||
- ingress_puppetca.yaml
|
||||
- service_puppetserver-agents-to-puppet.yaml
|
||||
- service_puppetserver-puppet-compilers-headless.yaml
|
||||
- service_puppetserver-puppet-compilers.yaml
|
||||
- service_puppetserver-puppet.yaml
|
||||
- service_puppetserver-puppetboard.yaml
|
||||
- service_puppetserver-puppetdb.yaml
|
||||
- service_puppet-headless.yaml
|
||||
- service_puppet.yaml
|
||||
- service_puppetca.yaml
|
||||
- service_puppetboard.yaml
|
||||
- service_puppetdb.yaml
|
||||
- statefulset_puppetserver-compiler.yaml
|
||||
|
||||
Reference in New Issue
Block a user