Skip to content

Instantly share code, notes, and snippets.

@krol3
Created December 1, 2020 20:51
Show Gist options
  • Save krol3/77d9d831508b9ebbd52930af9d492cb4 to your computer and use it in GitHub Desktop.
Save krol3/77d9d831508b9ebbd52930af9d492cb4 to your computer and use it in GitHub Desktop.
anderson
9plSlz36lm_jSr6uqbZViN_FO8Mr3dCd4uoRB7Lvwtvf-4J-ys5LkT7p9IVWz2-2PEi3VyO_35kChJ7okjlcADobRTKCptyM5EtMkBWEiWjSeuaF-PluJASOI7ozTm_DW8Bma8mrqS0LntVVVc9AA_lfEmt3W0VcNh49rbx46BmZRc9coStcoXEbJCdhdbwwHvBNx8pcg7v1RxSGX_oIxMjn8OFp4yKpfs8YVOZjQZKqGejFR0340DRrRlOIC5hXIT7hmrXx_bqMmuaZ8pUy1SzaK4nC7TVbBtL8Tz8x3MrU9LZCnNu4uU9FglyB7Y7LubcICBD2p9iMeouKjM_rOD6UEho5uG-OFcO_M1ZV0BN1SGIhKFR5raJuVvRHdUQIy8v7PrKwJsLeXEMBpMnyw08CLZlDbGNKyEru1HlG_USsVLUIeL_3WPhlqoyvfKqwwSqFCjgPf5M33mT4MXLfhECXe5tV3uL-98iXsaKmqiza3z_4WBzTT3yntUXB1sIQrW5vyUjf2AJZMteVMQVip-Ld_52ndlCqRoOJVCvtk1RSCkq4mgmTr-cyI7nZVRYhY4xb8OpnlM8tYUwLFiceXIXvQJffRH2Wjcq-hSi3O-Z5V3wtan8TDep7803EwDjYebFrB3rh5dRRQeKQtWS5PGFUWw5dMVDUnMWJDPMG_ShHjJTfj02RgWYQ97fLRJwSyNOczBzwvQRY7ZvSCUrG5kbhRtkt6kl_2hGXlhIQ_xEgvo_xvBW-sgl7XEDChBv9Ml588GFlEEynx7FpHRboRN3CfGcqGopgVUPeVA==
@pachecaf
Copy link

pachecaf commented Dec 3, 2020

spec:
  containers:
  - args:
    - daemon
    - --host
    - http://aqua-web:8080
    - --user
    - administrator
    - --password
    - $(admin-password)
    env:
    - name: admin-password
      value: "35073867"
    - name: SCALOCK_LOG_LEVEL
      value: DEBUG
    image: registry.aquasec.com/scanner:5.0.20322
    imagePullPolicy: IfNotPresent
    name: aqua-scanner
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/docker.sock
      name: docker-socket-mount
  dnsPolicy: ClusterFirst
  imagePullSecrets:
  - name: aqua-registry
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: aqua-sa
  serviceAccountName: aqua-sa
  terminationGracePeriodSeconds: 30
  volumes:
  - hostPath:
      path: /var/run/docker.sock
      type: ""
    name: docker-socket-mount

status:
conditions:

  • lastTransitionTime: "2020-12-03T21:48:16Z"
    lastUpdateTime: "2020-12-03T21:48:16Z"
    message: Deployment has minimum availability.
    reason: MinimumReplicasAvailable

@krol3
Copy link
Author

krol3 commented Dec 7, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment