Commit caf2ebb2 authored by Nick Stogner's avatar Nick Stogner

fix incorrect db label

The rethinkdb example driver-service was incorrectly labeled as db: `influxdb`
parent 9f64eb16
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
labels: labels:
db: influxdb db: rethinkdb
name: rethinkdb-driver name: rethinkdb-driver
spec: spec:
ports: ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment