Skip to content

Commit

Permalink
Fix linting issues in yaml examples
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed Sep 20, 2023
1 parent 1073292 commit c9d0250
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/samples/auth-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
type: Opaque
data: # admin/t0p-Secret; echo -n 'admin' | base64; echo -n 't0p-Secret' | base64
username: YWRtaW4=
password: dDBwLVNlY3JldA==
password: dDBwLVNlY3JldA==
2 changes: 1 addition & 1 deletion config/samples/hmac-secret1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: secret1
type: Opaque
data: # echo -n 'superSecret1' | base64;
secret: c3VwZXJTZWNyZXQx
secret: c3VwZXJTZWNyZXQx
2 changes: 1 addition & 1 deletion config/samples/hmac-secret2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: secret2
type: Opaque
data: # echo -n 'superSecret2' | base64;
secret: c3VwZXJTZWNyZXQy
secret: c3VwZXJTZWNyZXQy
2 changes: 0 additions & 2 deletions config/samples/machine_v1alpha1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ spec:
name: sample-machine-auth
namespace: rufio-system
insecureTLS: true


2 changes: 0 additions & 2 deletions config/samples/machine_with_opts_v1alpha1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ spec:
namespace: default
- name: secret2
namespace: default


0 comments on commit c9d0250

Please sign in to comment.