posh-providers/etcd-io/etcd
Kevin Franklin Kim 2c888893bf
fix: lint issues
2025-08-01 09:17:59 +02:00
..
command.go fix: lint issues 2025-08-01 09:17:59 +02:00
config_test.go feat: add schema 2025-04-04 16:44:08 +02:00
config.go feat: add initial providers 2023-01-27 11:15:32 +01:00
config.schema.json feat: add schema 2025-04-04 16:44:08 +02:00
etcd.go feat: update tools 2023-05-25 10:03:43 +02:00
README.md docs: format 2023-11-23 13:44:01 +01:00

POSH etcd provider

Usage

Configuration

etcd:
  configPath: .posh/config/etcd
  clusters:
    - name: prod
      podName: etcd-0
      namespace: etcd
      paths: [ "cluster-prod.yaml" ]
    - name: stage
      podName: etcd-0
      namespace: etcd
      paths: [ "cluster-stage.yaml" ]