Skip to content

Commit

Permalink
Revert "apps: cluster1: tor-controller-instance: tor: Mount /run/tor/…
Browse files Browse the repository at this point in the history
…service."

This reverts commit 6de8fdf.

 Warning ReconciliationFailed 5s (x2 over 3m44s) kustomize-controller
 Tor/tor-controller-instance/example-tor-instance dry-run failed, error:
 failed to create typed patch
 object (tor-controller-instance/example-tor-instance;
 tor.k8s.torproject.org/v1alpha2, Kind=Tor): .spec.template.spec.volumeMounts:
 field not declared in schema
  • Loading branch information
wigust committed Nov 8, 2023
1 parent 6de8fdf commit 44d9d6e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/cluster1/tor-controller-instance/tor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@ apiVersion: tor.k8s.torproject.org/v1alpha2
kind: Tor
metadata:
name: example-tor-instance
spec:
template:
spec:
volumeMounts:
- name: run-tor-service
mountPath: /run/tor/service
volumes:
- name: run-tor-service
emptyDir: {}

0 comments on commit 44d9d6e

Please sign in to comment.